diff -r 1e2f54a149e8 -r 55dcc7fb731c mercurial/cmdutil.py --- a/mercurial/cmdutil.py Fri Oct 03 22:03:31 2014 -0400 +++ b/mercurial/cmdutil.py Sat Oct 04 16:28:28 2014 -0400 @@ -916,7 +916,7 @@ # i18n: column positioning for "hg log" self.ui.write(_("tag: %s\n") % tag, label='log.tag') - if self.ui.debugflag and ctx.phase(): + if self.ui.debugflag: # i18n: column positioning for "hg log" self.ui.write(_("phase: %s\n") % _(ctx.phasestr()), label='log.phase')