# HG changeset patch # User Steve Hoelzer # Date 1386783238 21600 # Node ID 574f3b6e0e8b972dd4a0d3a97fba7771da20b721 # Parent 7eda5bb9ec8ff230d035164efde065d4f5ae92a2 help: fix formatting of template example diff -r 7eda5bb9ec8f -r 574f3b6e0e8b mercurial/help/templates.txt --- 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"