Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py

changeset 1746
6c74208f22a2
parent 1605
899cb1241de5
child 1906
8487f9c2533b
equal deleted inserted replaced
1743:4f9afcd8eb9d 1746:6c74208f22a2
178 178
179 self.process.start('hg', args) 179 self.process.start('hg', args)
180 procStarted = self.process.waitForStarted() 180 procStarted = self.process.waitForStarted()
181 if not procStarted: 181 if not procStarted:
182 self.inputGroup.setEnabled(False) 182 self.inputGroup.setEnabled(False)
183 self.inputGroup.hide()
183 E5MessageBox.critical(self, 184 E5MessageBox.critical(self,
184 self.trUtf8('Process Generation Error'), 185 self.trUtf8('Process Generation Error'),
185 self.trUtf8( 186 self.trUtf8(
186 'The process {0} could not be started. ' 187 'The process {0} could not be started. '
187 'Ensure, that it is in the search path.' 188 'Ensure, that it is in the search path.'

eric ide

mercurial