changeset 17224:23b247234454

merge with crew
author Matt Mackall <mpm@selenic.com>
date Wed, 18 Jul 2012 19:08:11 -0500
parents c315842cb25f (diff) 988974c2a4bf (current diff)
children a06e2681dd17 32e9d63d9ba6
files
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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