Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py

changeset 1250
dafdd7d97a9f
parent 1242
dfb9609caf51
child 1256
885706dbb69f
equal deleted inserted replaced
1249:77f836a883c1 1250:dafdd7d97a9f
234 234
235 It reads the error output of the process and inserts it into the 235 It reads the error output of the process and inserts it into the
236 error pane. 236 error pane.
237 """ 237 """
238 if self.process is not None: 238 if self.process is not None:
239 self.errorGroup.show()
240 s = str(self.process.readAllStandardError(), 239 s = str(self.process.readAllStandardError(),
241 Preferences.getSystem("IOEncoding"), 240 Preferences.getSystem("IOEncoding"),
242 'replace') 241 'replace')
243 self.__showError(s) 242 self.__showError(s)
244 243

eric ide

mercurial