diff -r 654b9e1966f7 -r 525fdb738975 mercurial/commandserver.py --- 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