Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py
--- a/Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py	Sun Nov 03 15:58:22 2013 +0100
@@ -199,8 +199,8 @@
         """
         if self.process is not None:
             s = str(self.process.readAllStandardOutput(),
-                     Preferences.getSystem("IOEncoding"),
-                     'replace')
+                    Preferences.getSystem("IOEncoding"),
+                    'replace')
             self.__appendText(s, False)
     
     def __readStderr(self):
@@ -211,8 +211,8 @@
         """
         if self.process is not None:
             s = str(self.process.readAllStandardError(),
-                     Preferences.getSystem("IOEncoding"),
-                     'replace')
+                    Preferences.getSystem("IOEncoding"),
+                    'replace')
             self.__appendText(s, True)
     
     def __appendText(self, txt, error=False):

eric ide

mercurial