comparison hgext/keyword.py @ 13885:5d115ea4030b

keyword: convert a verbatim block to a field list
author Martin Geisler <mg@aragost.com>
date Tue, 05 Apr 2011 11:07:25 +0200
parents 15470463f932
children bfeaa88b875d
comparison
equal deleted inserted replaced
13884:773a833ddbc6 13885:5d115ea4030b
58 58
59 For [keywordmaps] template mapping and expansion demonstration and 59 For [keywordmaps] template mapping and expansion demonstration and
60 control run :hg:`kwdemo`. See :hg:`help templates` for a list of 60 control run :hg:`kwdemo`. See :hg:`help templates` for a list of
61 available templates and filters. 61 available templates and filters.
62 62
63 Three additional date template filters are provided:: 63 Three additional date template filters are provided:
64 64
65 utcdate "2006/09/18 15:13:13" 65 :``utcdate``: "2006/09/18 15:13:13"
66 svnutcdate "2006-09-18 15:13:13Z" 66 :``svnutcdate``: "2006-09-18 15:13:13Z"
67 svnisodate "2006-09-18 08:13:13 -700 (Mon, 18 Sep 2006)" 67 :``svnisodate``: "2006-09-18 08:13:13 -700 (Mon, 18 Sep 2006)"
68 68
69 The default template mappings (view with :hg:`kwdemo -d`) can be 69 The default template mappings (view with :hg:`kwdemo -d`) can be
70 replaced with customized keywords and templates. Again, run 70 replaced with customized keywords and templates. Again, run
71 :hg:`kwdemo` to control the results of your configuration changes. 71 :hg:`kwdemo` to control the results of your configuration changes.
72 72