Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py

changeset 1746
6c74208f22a2
parent 1509
c0b5e693b0eb
child 1824
d1e20bfe86cd
equal deleted inserted replaced
1743:4f9afcd8eb9d 1746:6c74208f22a2
185 self.process.start('hg', args) 185 self.process.start('hg', args)
186 procStarted = self.process.waitForStarted() 186 procStarted = self.process.waitForStarted()
187 if not procStarted: 187 if not procStarted:
188 QApplication.restoreOverrideCursor() 188 QApplication.restoreOverrideCursor()
189 self.inputGroup.setEnabled(False) 189 self.inputGroup.setEnabled(False)
190 self.inputGroup.hide()
190 E5MessageBox.critical(self, 191 E5MessageBox.critical(self,
191 self.trUtf8('Process Generation Error'), 192 self.trUtf8('Process Generation Error'),
192 self.trUtf8( 193 self.trUtf8(
193 'The process {0} could not be started. ' 194 'The process {0} could not be started. '
194 'Ensure, that it is in the search path.' 195 'Ensure, that it is in the search path.'

eric ide

mercurial