Plugins/VcsPlugins/vcsMercurial/HgClient.py

changeset 3036
30c81c9e88b8
parent 3008
7848489bcb92
child 3060
5883ce99ee12
child 3160
209a07d7e401
diff -r 36e9f388958b -r 30c81c9e88b8 Plugins/VcsPlugins/vcsMercurial/HgClient.py
--- a/Plugins/VcsPlugins/vcsMercurial/HgClient.py	Sat Oct 19 14:05:26 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgClient.py	Sat Oct 19 15:15:50 2013 +0200
@@ -81,9 +81,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