Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 3330
955e15f0ecce
parent 3317
d7639a86e90f
child 3359
6b6c224d67d6
equal deleted inserted replaced
3329:1ee38e29ed4f 3330:955e15f0ecce
783 process.start('hg', args) 783 process.start('hg', args)
784 procStarted = process.waitForStarted(5000) 784 procStarted = process.waitForStarted(5000)
785 if procStarted: 785 if procStarted:
786 process.waitForFinished(30000) 786 process.waitForFinished(30000)
787 787
788 if self.vcs.bundleFile and os.path.exists(self.vcs.bundleFile) or \ 788 if self.commandMode != "incoming" or \
789 (self.vcs.bundleFile and
790 os.path.exists(self.vcs.bundleFile)) or \
789 self.__bundle: 791 self.__bundle:
790 self.process.start('hg', args) 792 self.process.start('hg', args)
791 procStarted = self.process.waitForStarted(5000) 793 procStarted = self.process.waitForStarted(5000)
792 if not procStarted: 794 if not procStarted:
793 self.inputGroup.setEnabled(False) 795 self.inputGroup.setEnabled(False)

eric ide

mercurial