Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py

changeset 3036
30c81c9e88b8
parent 3023
34ce20603bf7
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- 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):
         """

eric ide

mercurial