changeset 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 773a833ddbc6
children fe48c57390f2
files hgext/keyword.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/keyword.py	Tue Apr 05 10:22:58 2011 +0200
+++ b/hgext/keyword.py	Tue Apr 05 11:07:25 2011 +0200
@@ -60,11 +60,11 @@
 control run :hg:`kwdemo`. See :hg:`help templates` for a list of
 available templates and filters.
 
-Three additional date template filters are provided::
+Three additional date template filters are provided:
 
-    utcdate      "2006/09/18 15:13:13"
-    svnutcdate   "2006-09-18 15:13:13Z"
-    svnisodate   "2006-09-18 08:13:13 -700 (Mon, 18 Sep 2006)"
+:``utcdate``:    "2006/09/18 15:13:13"
+:``svnutcdate``: "2006-09-18 15:13:13Z"
+:``svnisodate``: "2006-09-18 08:13:13 -700 (Mon, 18 Sep 2006)"
 
 The default template mappings (view with :hg:`kwdemo -d`) can be
 replaced with customized keywords and templates. Again, run