Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py

changeset 3330
955e15f0ecce
parent 3302
e92f0dd51979
child 3484
645c12de6b0c
child 3516
4992e89def32
--- a/Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py	Wed Mar 05 19:52:15 2014 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py	Wed Mar 05 20:02:28 2014 +0100
@@ -201,7 +201,9 @@
                 if procStarted:
                     process.waitForFinished(30000)
             
-            if self.vcs.bundleFile and os.path.exists(self.vcs.bundleFile) or \
+            if self.mode != "incoming" or \
+                (self.vcs.bundleFile and
+                 os.path.exists(self.vcs.bundleFile)) or \
                     self.bundle:
                 self.process.start('hg', args)
                 procStarted = self.process.waitForStarted(5000)

eric ide

mercurial