Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3020
542e97d4ecb3
child 3145
a9de05d4a22f
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
137 self.process.start('hg', args) 137 self.process.start('hg', args)
138 procStarted = self.process.waitForStarted(5000) 138 procStarted = self.process.waitForStarted(5000)
139 if not procStarted: 139 if not procStarted:
140 self.inputGroup.setEnabled(False) 140 self.inputGroup.setEnabled(False)
141 self.inputGroup.hide() 141 self.inputGroup.hide()
142 E5MessageBox.critical(self, 142 E5MessageBox.critical(
143 self,
143 self.trUtf8('Process Generation Error'), 144 self.trUtf8('Process Generation Error'),
144 self.trUtf8( 145 self.trUtf8(
145 'The process {0} could not be started. ' 146 'The process {0} could not be started. '
146 'Ensure, that it is in the search path.' 147 'Ensure, that it is in the search path.'
147 ).format('hg')) 148 ).format('hg'))

eric ide

mercurial