Submitter | phabricator |
---|---|
Date | Feb. 19, 2018, 2:07 a.m. |
Message ID | <596d5dded1c9532ac80d3ada97f5a435@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28146/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -163,7 +163,7 @@ if mergeable_file: linesperrev = 2 # make a file with k lines per rev - initialmergedlines = [str(i) for i in xrange(0, total * linesperrev)] + initialmergedlines = ['%d' % i for i in xrange(0, total * linesperrev)] initialmergedlines.append("") tags = []