##// END OF EJS Templates
progress: use 'encoding.colwidth' to get column width of output line correctly...
progress: use 'encoding.colwidth' to get column width of output line correctly Before this patch, 'progress' extension applies 'len' on byte sequence to get column width of it, but it causes incorrect result, when length of byte sequence and columns in display are different from each other in multi-byte characters. This patch uses 'encoding.colwidth' to get column width of output line correctly, even if it contains multi-byte characters.

File last commit:

r1360:7d439981 default
r21860:e382cf9e default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
Matt Mackall
Re-add hgext/__init__.py
r1360 # placeholder