diff mercurial/windows.py @ 12689:c52c629ce19e

termwidth: move to ui.ui from util
author Augie Fackler <durin42@gmail.com>
date Sun, 10 Oct 2010 10:06:36 -0500
parents 516b000fbb7e
children 6c9345f9edca
line wrap: on
line diff
--- 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