Submitter | timeless@mozdev.org |
---|---|
Date | Sept. 9, 2015, 1:01 a.m. |
Message ID | <84f72bfe33a13c09b83f.1441760460@waste.org> |
Download | mbox | patch |
Permalink | /patch/10428/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/util.py b/mercurial/util.py --- a/mercurial/util.py +++ b/mercurial/util.py @@ -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