hgext/__init__.py
author jfh <jason@jasonfharris.com>
Mon, 18 Apr 2011 02:42:52 +0200
changeset 14165 78bdfc756908
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
util.termwidth: never return 0 for terminal width Catch a case where the termwidth was being reported as 0 when I was connecting with TLMTask instead of NSTask in OSX. This caused the progress extension to print no progress. The termwidth should never return 0 so in case we would return 0, simply fall back to the default termwidth below which is 80.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder