hgkw/keyword.py
changeset 898 91b438919899
parent 897 2ffafb688274
child 901 3d47747bf5b3
equal deleted inserted replaced
896:3ed02605e0f2 898:91b438919899
    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