Mercurial > public > mercurial-scm > hg
comparison mercurial/commandserver.py @ 16683:525fdb738975
cleanup: eradicate long lines
author | Brodie Rao <brodie@sf.io> |
---|---|
date | Sat, 12 May 2012 15:54:54 +0200 |
parents | acfca07a8f26 |
children | e34106fa0dc3 |
comparison
equal
deleted
inserted
replaced
16676:654b9e1966f7 | 16683:525fdb738975 |
---|---|
140 # write log on a special 'd'ebug channel | 140 # write log on a special 'd'ebug channel |
141 logfile = channeledoutput(sys.stdout, sys.stdout, 'd') | 141 logfile = channeledoutput(sys.stdout, sys.stdout, 'd') |
142 else: | 142 else: |
143 logfile = open(logpath, 'a') | 143 logfile = open(logpath, 'a') |
144 | 144 |
145 # the ui here is really the repo ui so take its baseui so we don't end up | 145 # the ui here is really the repo ui so take its baseui so we don't end |
146 # with its local configuration | 146 # up with its local configuration |
147 self.ui = repo.baseui | 147 self.ui = repo.baseui |
148 self.repo = repo | 148 self.repo = repo |
149 self.repoui = repo.ui | 149 self.repoui = repo.ui |
150 | 150 |
151 if mode == 'pipe': | 151 if mode == 'pipe': |