Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 3359
6b6c224d67d6
parent 3330
955e15f0ecce
child 3484
645c12de6b0c
child 3516
4992e89def32
equal deleted inserted replaced
3358:57af7e9fda48 3359:6b6c224d67d6
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.commandMode != "incoming" or \ 788 if self.commandMode != "incoming" or \
789 (self.vcs.bundleFile and 789 (self.vcs.bundleFile and
790 os.path.exists(self.vcs.bundleFile)) or \ 790 os.path.exists(self.vcs.bundleFile)) or \
791 self.__bundle: 791 self.__bundle:
792 self.process.start('hg', args) 792 self.process.start('hg', args)
793 procStarted = self.process.waitForStarted(5000) 793 procStarted = self.process.waitForStarted(5000)
794 if not procStarted: 794 if not procStarted:

eric ide

mercurial