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()