Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py

changeset 2771
281c9b30dd91
parent 2302
f29e9405c851
child 2791
a9577f248f04
child 3008
7848489bcb92
equal deleted inserted replaced
2770:fd5ee85f0450 2771:281c9b30dd91
99 else: 99 else:
100 self.process.kill() 100 self.process.kill()
101 self.process.setWorkingDirectory(repodir) 101 self.process.setWorkingDirectory(repodir)
102 102
103 self.process.start('hg', args) 103 self.process.start('hg', args)
104 procStarted = self.process.waitForStarted() 104 procStarted = self.process.waitForStarted(5000)
105 if not procStarted: 105 if not procStarted:
106 E5MessageBox.critical(self, 106 E5MessageBox.critical(self,
107 self.trUtf8('Process Generation Error'), 107 self.trUtf8('Process Generation Error'),
108 self.trUtf8( 108 self.trUtf8(
109 'The process {0} could not be started. ' 109 'The process {0} could not be started. '

eric ide

mercurial