Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 204
61552f56788a
parent 203
0bd3912f3c5f
child 207
3f889378dede
--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Sun Apr 25 15:03:41 2010 +0000
+++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Sun Apr 25 15:22:11 2010 +0000
@@ -441,7 +441,8 @@
            not self.fname == "." and \
            not self.stopCheckBox.isChecked():
             args.append('--follow')
-        args.append('--copies')
+        if self.commandMode == "log":
+            args.append('--copies')
         args.append('--style')
         args.append(os.path.join(os.path.dirname(__file__), "styles", "logBrowser.style"))
         if not self.projectMode:

eric ide

mercurial