Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py

changeset 3020
542e97d4ecb3
parent 3008
7848489bcb92
child 3023
34ce20603bf7
equal deleted inserted replaced
3019:7912530a33e2 3020:542e97d4ecb3
101 self.__buffer = [] 101 self.__buffer = []
102 102
103 self.process.start('hg', args) 103 self.process.start('hg', args)
104 procStarted = self.process.waitForStarted(5000) 104 procStarted = self.process.waitForStarted(5000)
105 if not procStarted: 105 if not procStarted:
106 E5MessageBox.critical(self, 106 E5MessageBox.critical(
107 self,
107 self.trUtf8('Process Generation Error'), 108 self.trUtf8('Process Generation Error'),
108 self.trUtf8( 109 self.trUtf8(
109 'The process {0} could not be started. ' 110 'The process {0} could not be started. '
110 'Ensure, that it is in the search path.' 111 'Ensure, that it is in the search path.'
111 ).format('hg')) 112 ).format('hg'))

eric ide

mercurial