Plugins/VcsPlugins/vcsMercurial/HgClient.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 Plugins/VcsPlugins/vcsMercurial/HgClient.py
--- a/Plugins/VcsPlugins/vcsMercurial/HgClient.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgClient.py	Sun Nov 03 15:58:22 2013 +0100
@@ -86,9 +86,9 @@
         serverStarted = self.__server.waitForStarted(5000)
         if not serverStarted:
             return False, self.trUtf8(
-                    'The process {0} could not be started. '
-                    'Ensure, that it is in the search path.'
-                ).format('hg')
+                'The process {0} could not be started. '
+                'Ensure, that it is in the search path.'
+            ).format('hg')
         
         self.__server.setReadChannel(QProcess.StandardOutput)
         ok, error = self.__readHello()

eric ide

mercurial