Plugins/VcsPlugins/vcsMercurial/HgDialog.py

changeset 3020
542e97d4ecb3
parent 3008
7848489bcb92
child 3023
34ce20603bf7
equal deleted inserted replaced
3019:7912530a33e2 3020:542e97d4ecb3
141 self.proc.start('hg', args) 141 self.proc.start('hg', args)
142 procStarted = self.proc.waitForStarted(5000) 142 procStarted = self.proc.waitForStarted(5000)
143 if not procStarted: 143 if not procStarted:
144 self.buttonBox.setFocus() 144 self.buttonBox.setFocus()
145 self.inputGroup.setEnabled(False) 145 self.inputGroup.setEnabled(False)
146 E5MessageBox.critical(self, 146 E5MessageBox.critical(
147 self,
147 self.trUtf8('Process Generation Error'), 148 self.trUtf8('Process Generation Error'),
148 self.trUtf8( 149 self.trUtf8(
149 'The process {0} could not be started. ' 150 'The process {0} could not be started. '
150 'Ensure, that it is in the search path.' 151 'Ensure, that it is in the search path.'
151 ).format('hg')) 152 ).format('hg'))

eric ide

mercurial