author | timeless@mozdev.org |
Tue, 08 Sep 2015 15:32:20 -0400 | |
changeset 26201 | c5b2074ae8c0 |
parent 26200 | 461e7b700fdf |
child 26202 | 04af43009c8b |
mercurial/util.py | file | annotate | diff | comparison | revisions |
--- a/mercurial/util.py Tue Sep 08 14:56:29 2015 -0400 +++ b/mercurial/util.py Tue Sep 08 15:32:20 2015 -0400 @@ -1667,7 +1667,7 @@ elif not cur_line: cur_line.append(reversed_chunks.pop()) - # this overriding code is imported from TextWrapper of python 2.6 + # this overriding code is imported from TextWrapper of Python 2.6 # to calculate columns of string by 'encoding.ucolwidth()' def _wrap_chunks(self, chunks): colwidth = encoding.ucolwidth