Submitter | phabricator |
---|---|
Date | Nov. 29, 2017, 9:16 p.m. |
Message ID | <12f29803c0789254c79630ba5b950211@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25803/ |
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 @@ -296,7 +296,7 @@ msg %= indent_string, exc.version, len(data) ui.write(msg) else: - msg = "%sversion: %s (%d bytes)\n" + msg = "%sversion: %d (%d bytes)\n" msg %= indent_string, version, len(data) ui.write(msg) fm = ui.formatter('debugobsolete', opts)