Submitter | phabricator |
---|---|
Date | Feb. 25, 2018, 1:54 a.m. |
Message ID | <76055b14c6e2058d0e2de801ceda55f5@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28349/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py --- a/mercurial/cmdutil.py +++ b/mercurial/cmdutil.py @@ -2575,7 +2575,7 @@ if not opts.get('close_branch'): for r in parents: if r.closesbranch() and r.branch() == branch: - repo.ui.status(_('reopening closed branch head %d\n') % r) + repo.ui.status(_('reopening closed branch head %d\n') % r.rev()) if repo.ui.debugflag: repo.ui.write(_('committed changeset %d:%s\n') % (ctx.rev(), ctx.hex()))