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