Submitter | phabricator |
---|---|
Date | Feb. 18, 2018, 8:54 p.m. |
Message ID | <differential-rev-PHID-DREV-53k6bhk3jc4mrr5dhbsr-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/28135/ |
State | Superseded |
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 = []