mercurial/cmdutil.py
changeset 17788 9912baaae7df
parent 17746 6d218e47cf9b
child 17811 a8aba2921456
--- a/mercurial/cmdutil.py	Tue Oct 16 18:05:33 2012 -0500
+++ b/mercurial/cmdutil.py	Tue Oct 16 13:35:58 2012 -0500
@@ -687,7 +687,7 @@
                    for p in self._meaningful_parentrevs(log, rev)]
 
         self.ui.write(_("changeset:   %d:%s\n") % (rev, hexfunc(changenode)),
-                      label='log.changeset')
+                      label='log.changeset changeset.%s' % ctx.phasestr())
 
         branch = ctx.branch()
         # don't show the default branch name
@@ -705,7 +705,7 @@
                           label='log.phase')
         for parent in parents:
             self.ui.write(_("parent:      %d:%s\n") % parent,
-                          label='log.parent')
+                          label='log.parent changeset.%s' % ctx.phasestr())
 
         if self.ui.debugflag:
             mnode = ctx.manifestnode()