Submitter | phabricator |
---|---|
Date | Feb. 27, 2018, 12:57 p.m. |
Message ID | <0742c389edc8e7352af7b3c98cc413ae@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28460/ |
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 @@ -270,7 +270,7 @@ ui.write("\n%s%s\n" % (indent_string, named)) for deltadata in gen.deltaiter(): node, p1, p2, cs, deltabase, delta, flags = deltadata - ui.write("%s%s %s %s %s %s %s\n" % + ui.write("%s%s %s %s %s %s %d\n" % (indent_string, hex(node), hex(p1), hex(p2), hex(cs), hex(deltabase), len(delta)))