changeset 20170:574f3b6e0e8b

help: fix formatting of template example
author Steve Hoelzer <shoelzer@gmail.com>
date Wed, 11 Dec 2013 11:33:58 -0600
parents 7eda5bb9ec8f
children a765611e06dc
files mercurial/help/templates.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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"