mercurial/cmdutil.py
changeset 15907 51fc43253a52
parent 15777 12309c09d19a
child 15911 c654eac03452
--- a/mercurial/cmdutil.py	Tue Jan 17 20:43:41 2012 +0100
+++ b/mercurial/cmdutil.py	Tue Jan 17 20:23:23 2012 +0100
@@ -672,6 +672,9 @@
         for tag in self.repo.nodetags(changenode):
             self.ui.write(_("tag:         %s\n") % tag,
                           label='log.tag')
+        if self.ui.debugflag and ctx.phase():
+            self.ui.write(_("phase:       %s\n") % _(ctx.phasestr()),
+                          label='log.phase')
         for parent in parents:
             self.ui.write(_("parent:      %d:%s\n") % parent,
                           label='log.parent')