--- 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: