diff mercurial/help/templates.txt @ 20170:574f3b6e0e8b

help: fix formatting of template example
author Steve Hoelzer <shoelzer@gmail.com>
date Wed, 11 Dec 2013 11:33:58 -0600
parents f4b3bdc3019e
children 01a75c9d5b5e
line wrap: on
line diff
--- a/mercurial/help/templates.txt	Mon Dec 02 07:49:49 2013 -0800
+++ b/mercurial/help/templates.txt	Wed Dec 11 11:33:58 2013 -0600
@@ -105,4 +105,4 @@
 
 - Display the contents of the 'extra' field, one per line::
 
-  $ hg log -r 0 --template "{join(extras, '\n')}\n"
+   $ hg log -r 0 --template "{join(extras, '\n')}\n"