# HG changeset patch # User Matt Mackall # Date 1342656491 18000 # Node ID 23b247234454c945ff0b907dd6195a385c134468 # Parent c315842cb25f4a0dec2625acc32db7bc651144ec# Parent 988974c2a4bf3aa18dcfb8a094b87d23aefb5542 merge with crew diff -r 988974c2a4bf -r 23b247234454 mercurial/windows.py --- a/mercurial/windows.py Fri Jul 13 13:21:20 2012 +0200 +++ b/mercurial/windows.py Wed Jul 18 19:08:11 2012 -0500 @@ -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