[PATCH 2 of 2] keyword: reference templating help

Christian Ebert blacktrash at gmx.net
Tue Aug 4 03:52:32 CDT 2009


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1249375914 -7200
# Node ID b3ff6eeaa84f18327f8755e18a8d83b17a7f9dcf
# Parent  9c50e170ec41e307e297b4cf33228b37d6a8982d
keyword: reference templating help

diff --git a/hgext/keyword.py b/hgext/keyword.py
--- a/hgext/keyword.py
+++ b/hgext/keyword.py
@@ -49,7 +49,8 @@
 lose speed in huge repositories.
 
 For [keywordmaps] template mapping and expansion demonstration and
-control run "hg kwdemo".
+control run "hg kwdemo". See "hg help templates" for a list of
+available templates and filters.
 
 An additional date template filter {date|utcdate} is provided.
 
@@ -280,6 +281,8 @@
     and using -f/--rcfile to source an external hgrc file.
 
     Use -d/--default to disable current configuration.
+
+    See "hg help templates" for information on templates and filters.
     '''
     def demoitems(section, items):
         ui.write('[%s]\n' % section)


More information about the Mercurial-devel mailing list