diff mercurial/posix.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 99eee847beaa
children e98bf6948092
line wrap: on
line diff
--- a/mercurial/posix.py	Thu Oct 07 23:34:21 2010 -0500
+++ b/mercurial/posix.py	Sun Oct 10 10:06:36 2010 -0500
@@ -272,7 +272,7 @@
 def gethgcmd():
     return sys.argv[:1]
 
-def termwidth_():
+def termwidth():
     try:
         import termios, array, fcntl
         for dev in (sys.stderr, sys.stdout, sys.stdin):