Mercurial > public > mercurial-scm > hg
diff mercurial/windows.py @ 17223:c315842cb25f
merge with stable
author | Martin Geisler <martin@geisler.net> |
---|---|
date | Thu, 19 Jul 2012 00:54:33 +0200 |
parents | 0cb55b5c19a3 98823bd0d697 |
children | fc24c10424d2 ae791d371864 |
line wrap: on
line diff
--- a/mercurial/windows.py Tue Jul 17 18:21:49 2012 +0200 +++ b/mercurial/windows.py Thu Jul 19 00:54:33 2012 +0200 @@ -291,13 +291,6 @@ def gethgcmd(): return [sys.executable] + sys.argv[:1] -def termwidth(): - # cmd.exe does not handle CR like a unix console, the CR is - # counted in the line length. On 80 columns consoles, if 80 - # characters are written, the following CR won't apply on the - # current line but on the new one. Keep room for it. - return 79 - def groupmembers(name): # Don't support groups on Windows for now raise KeyError