changeset 15142 | 176882876780 |
parent 15066 | 24efa83d81cb |
child 15143 | 16c129b0f465 |
--- a/mercurial/encoding.py Mon Sep 19 15:58:03 2011 -0700 +++ b/mercurial/encoding.py Wed Sep 21 13:00:41 2011 -0500 @@ -139,7 +139,7 @@ and "WFA" or "WF") def colwidth(s): - "Find the column width of a UTF-8 string for display" + "Find the column width of a string for display in the local encoding" return ucolwidth(s.decode(encoding, 'replace')) def ucolwidth(d):