Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3192
34689c08f095
equal deleted inserted replaced
3189:9a21c547de5f 3190:a9a94491c4fd
133 if not procStarted: 133 if not procStarted:
134 self.inputGroup.setEnabled(False) 134 self.inputGroup.setEnabled(False)
135 self.inputGroup.hide() 135 self.inputGroup.hide()
136 E5MessageBox.critical( 136 E5MessageBox.critical(
137 self, 137 self,
138 self.trUtf8('Process Generation Error'), 138 self.tr('Process Generation Error'),
139 self.trUtf8( 139 self.tr(
140 'The process {0} could not be started. ' 140 'The process {0} could not be started. '
141 'Ensure, that it is in the search path.' 141 'Ensure, that it is in the search path.'
142 ).format('hg')) 142 ).format('hg'))
143 else: 143 else:
144 self.inputGroup.setEnabled(True) 144 self.inputGroup.setEnabled(True)

eric ide

mercurial