Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commandserver.py @ 17425:e95ec38f86b0
fix wording and not-completely-trivial spelling errors and bad docstrings
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 15 Aug 2012 22:39:18 +0200 |
parents | e34106fa0dc3 |
children | 56ef99fbd6f2 |
line wrap: on
line diff
--- a/mercurial/commandserver.py Wed Aug 15 22:38:42 2012 +0200 +++ b/mercurial/commandserver.py Wed Aug 15 22:39:18 2012 +0200 @@ -137,7 +137,7 @@ if logpath: global logfile if logpath == '-': - # write log on a special 'd'ebug channel + # write log on a special 'd' (debug) channel logfile = channeledoutput(sys.stdout, sys.stdout, 'd') else: logfile = open(logpath, 'a')