Bug 1234927 - Display fxheads in |hg wip| alias, r=gps draft
authorAndrew Halberstadt <ahalberstadt@mozilla.com>
Wed, 23 Dec 2015 15:38:08 -0500
changeset 319012 24087d640aefb0f818b565e382b17613cfeb6edb
parent 318640 0771c5eab32f0cee4f7d12bc382298a81e0eabb2
child 512524 b3920249c748b7906fcc23d9d8fdf55625a4d852
push id8953
push userahalberstadt@mozilla.com
push dateTue, 05 Jan 2016 14:16:53 +0000
reviewersgps
bugs1234927
milestone46.0a1
Bug 1234927 - Display fxheads in |hg wip| alias, r=gps
tools/mercurial/hgsetup/config.py
--- a/tools/mercurial/hgsetup/config.py
+++ b/tools/mercurial/hgsetup/config.py
@@ -248,15 +248,16 @@ class MercurialConfig(object):
             '{label("log.branch", branches)} '
             # rev:node
             '{label("changeset.{phase}", rev)}'
             '{label("changeset.{phase}", ":")}'
             '{label("changeset.{phase}", short(node))} '
             # just the username part of the author, for brevity
             '{label("grep.user", author|user)}'
             # tags and bookmarks
-            '{label("log.tag", if(tags," {tags}"))} '
+            '{label("log.tag", if(tags," {tags}"))}'
+            '{label("log.tag", if(fxheads," {fxheads}"))} '
             '{label("log.bookmark", if(bookmarks," {bookmarks}"))}'
             '\\n'
             # first line of commit message
             '{label(ifcontains(rev, revset("."), "desc.here"),desc|firstline)}'
             "'"
         )