Submitter | Katsunori FUJIWARA |
---|---|
Date | April 25, 2015, 2:49 p.m. |
Message ID | <f7cb3b9559426621d1ff.1429973350@juju> |
Download | mbox | patch |
Permalink | /patch/8791/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py --- a/mercurial/cmdutil.py +++ b/mercurial/cmdutil.py @@ -1142,7 +1142,7 @@ class changeset_printer(object): label='log.%s' % ns.colorname) if self.ui.debugflag: # i18n: column positioning for "hg log" - self.ui.write(_("phase: %s\n") % _(ctx.phasestr()), + self.ui.write(_("phase: %s\n") % ctx.phasestr(), label='log.phase') for pctx in self._meaningful_parentrevs(ctx): label = 'log.parent changeset.%s' % pctx.phasestr()