Submitter | phabricator |
---|---|
Date | Nov. 20, 2018, 12:26 p.m. |
Message ID | <8ed4e8d44d643f2fddbd8bfd9867f574@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/36665/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/remotefilelog/debugcommands.py b/hgext/remotefilelog/debugcommands.py --- a/hgext/remotefilelog/debugcommands.py +++ b/hgext/remotefilelog/debugcommands.py @@ -33,7 +33,7 @@ size, firstnode, mapping = parsefileblob(path, decompress) - ui.status(_("size: %s bytes\n") % (size)) + ui.status(_("size: %d bytes\n") % (size)) ui.status(_("path: %s \n") % (path)) ui.status(_("key: %s \n") % (short(firstnode))) ui.status(_("\n"))