--- a/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py Sat Oct 19 14:05:26 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py Sat Oct 19 15:15:50 2013 +0200 @@ -313,8 +313,8 @@ while self.process.canReadLine(): line = str(self.process.readLine(), - Preferences.getSystem("IOEncoding"), - 'replace') + Preferences.getSystem("IOEncoding"), + 'replace') self.__processOutputLine(line) def __readStderr(self): @@ -441,7 +441,7 @@ self.trUtf8( '<p>The patch file <b>{0}</b> could not be saved.' '<br>Reason: {1}</p>') - .format(fname, str(why))) + .format(fname, str(why))) def on_passwordCheckBox_toggled(self, isOn): """