mercurial/cmdutil.py
changeset 22765 55dcc7fb731c
parent 22764 1e2f54a149e8
child 22806 65ccc733d58e
--- 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')