Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3020
542e97d4ecb3
child 3060
5883ce99ee12
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
136 136
137 self.process.start('svn', args) 137 self.process.start('svn', 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 E5MessageBox.critical(self, 141 E5MessageBox.critical(
142 self,
142 self.trUtf8('Process Generation Error'), 143 self.trUtf8('Process Generation Error'),
143 self.trUtf8( 144 self.trUtf8(
144 'The process {0} could not be started. ' 145 'The process {0} could not be started. '
145 'Ensure, that it is in the search path.' 146 'Ensure, that it is in the search path.'
146 ).format('svn')) 147 ).format('svn'))

eric ide

mercurial