[PATCH 4 of 5] color: add an alias called 'color' for 'label'

Sean Farley sean.michael.farley at gmail.com
Mon Apr 7 15:58:16 CDT 2014


# HG changeset patch
# User Sean Farley <sean.michael.farley at gmail.com>
# Date 1396903107 18000
#      Mon Apr 07 15:38:27 2014 -0500
# Node ID 529799b8fca25850024f858dbb23eda3feb491e4
# Parent  ce6880edf1de7048e0f73c44279c76f4aea952ca
color: add an alias called 'color' for 'label'

diff --git a/mercurial/templater.py b/mercurial/templater.py
--- a/mercurial/templater.py
+++ b/mercurial/templater.py
@@ -482,10 +482,11 @@ funcs = {
     "if": if_,
     "ifcontains": ifcontains,
     "ifeq": ifeq,
     "join": join,
     "label": label,
+    "color": label,
     "pad": pad,
     "revset": revset,
     "rstdoc": rstdoc,
     "shortest": shortest,
     "strip": strip,


More information about the Mercurial-devel mailing list