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