mercurial/commandserver.py
changeset 16683 525fdb738975
parent 16114 acfca07a8f26
child 16687 e34106fa0dc3
--- a/mercurial/commandserver.py	Fri May 11 18:41:04 2012 +0200
+++ b/mercurial/commandserver.py	Sat May 12 15:54:54 2012 +0200
@@ -142,8 +142,8 @@
             else:
                 logfile = open(logpath, 'a')
 
-        # the ui here is really the repo ui so take its baseui so we don't end up
-        # with its local configuration
+        # the ui here is really the repo ui so take its baseui so we don't end
+        # up with its local configuration
         self.ui = repo.baseui
         self.repo = repo
         self.repoui = repo.ui