OSDN Git Service

Fixed issue #155: Fix SVN Rebase sets upstream as remotes/trunk
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / Commands / RefLogCommand.cpp
index 7228400..d5e65d0 100644 (file)
 #include "DirFileEnum.h"\r
 #include "ShellUpdater.h"\r
 #include "ChangedDlg.h"\r
+#include "RefLogDlg.h"\r
 \r
 bool RefLogCommand::Execute()\r
 {\r
        bool bRet = false;\r
+       CRefLogDlg dlg;\r
 \r
-\r
+       CString branch = parser.GetVal(_T("ref"));\r
+       if ( !branch.IsEmpty() )\r
+               dlg.m_CurrentBranch = branch;\r
+       \r
+       dlg.DoModal();\r
        return bRet;\r
 }\r