mercurial/windows.py
changeset 12689 c52c629ce19e
parent 12063 516b000fbb7e
child 13188 6c9345f9edca
--- a/mercurial/windows.py	Thu Oct 07 23:34:21 2010 -0500
+++ b/mercurial/windows.py	Sun Oct 10 10:06:36 2010 -0500
@@ -356,7 +356,7 @@
 def gethgcmd():
     return [sys.executable] + sys.argv[:1]
 
-def termwidth_():
+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