mercurial/cmdutil.py
branchstable
changeset 24864 bff42a92012e
parent 24857 d8505bfe4825
child 24866 e1ec3d075c67
--- a/mercurial/cmdutil.py	Sat Apr 25 23:44:53 2015 +0900
+++ b/mercurial/cmdutil.py	Sat Apr 25 23:44:53 2015 +0900
@@ -1142,7 +1142,7 @@
                               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()