Submitter | phabricator |
---|---|
Date | Feb. 13, 2018, 5:15 p.m. |
Message ID | <9a0ee73ba0ebf2a766ddb5733d2de9ed@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27833/ |
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 @@ -1406,7 +1406,7 @@ return h def printrecords(version): - ui.write(('* version %s records\n') % version) + ui.write(('* version %d records\n') % version) if version == 1: records = v1records else: