mercurial/scmwindows.py
changeset 30314 365812902904
parent 30310 5c379b1f56c7
child 30612 d623cc6b3742
--- a/mercurial/scmwindows.py	Thu Oct 20 22:57:12 2016 +0900
+++ b/mercurial/scmwindows.py	Thu Oct 20 23:09:05 2016 +0900
@@ -53,5 +53,5 @@
         path.append(os.path.join(userprofile, '.hgrc'))
     return path
 
-def termwidth(ui):
-    return win32.termwidth()
+def termsize(ui):
+    return win32.termsize()