Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 1248
7d0eff6435a9
parent 1242
dfb9609caf51
child 1250
dafdd7d97a9f
equal deleted inserted replaced
1247:a6bedc641fcd 1248:7d0eff6435a9
670 670
671 self.process.start('hg', args) 671 self.process.start('hg', args)
672 procStarted = self.process.waitForStarted() 672 procStarted = self.process.waitForStarted()
673 if not procStarted: 673 if not procStarted:
674 self.inputGroup.setEnabled(False) 674 self.inputGroup.setEnabled(False)
675 self.inputGroup.hide()
675 E5MessageBox.critical(self, 676 E5MessageBox.critical(self,
676 self.trUtf8('Process Generation Error'), 677 self.trUtf8('Process Generation Error'),
677 self.trUtf8( 678 self.trUtf8(
678 'The process {0} could not be started. ' 679 'The process {0} could not be started. '
679 'Ensure, that it is in the search path.' 680 'Ensure, that it is in the search path.'

eric ide

mercurial