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

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


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

diff --git a/hgext/color.py b/hgext/color.py
--- a/hgext/color.py
+++ b/hgext/color.py
@@ -422,10 +422,11 @@ def uisetup(ui):
             extstyles()
             configstyles(ui_)
         return orig(ui_, opts, cmd, cmdfunc)
     extensions.wrapfunction(dispatch, '_runcommand', colorcmd)
     templater.funcs['label'] = templatelabel
+    templater.funcs['color'] = templatelabel
 
 def extsetup(ui):
     commands.globalopts.append(
         ('', 'color', 'auto',
          # i18n: 'always', 'auto', and 'never' are keywords and should


More information about the Mercurial-devel mailing list