Submitter | Augie Fackler |
---|---|
Date | March 12, 2017, 5:38 p.m. |
Message ID | <6a8d884aa9d76d72cace.1489340299@augie-macbookair2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/19181/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4812,7 +4812,7 @@ def summary(ui, repo, **opts): # label with log.changeset (instead of log.parent) since this # shows a working directory parent *changeset*: # i18n: column positioning for "hg summary" - ui.write(_('parent: %d:%s ') % (p.rev(), str(p)), + ui.write(_('parent: %d:%s ') % (p.rev(), p), label=cmdutil._changesetlabels(p)) ui.write(' '.join(p.tags()), label='log.tag') if p.bookmarks():