From patchwork Wed Dec 11 17:39:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: help: fix formatting of template example From: Steve Hoelzer X-Patchwork-Id: 3212 Message-Id: To: Mercurial Devel Date: Wed, 11 Dec 2013 11:39:53 -0600 # HG changeset patch # User Steve Hoelzer # Date 1386783238 21600 # Wed Dec 11 11:33:58 2013 -0600 # Node ID c44c3a30fb8663aaee697c577b6da1f98555263a # Parent 1c92524c37cdd251c1a36b2da0fb4148b0e6ba09 help: fix formatting of template example diff -r 1c92524c37cd -r c44c3a30fb86 mercurial/help/templates.txt --- a/mercurial/help/templates.txt Sun Dec 01 21:24:48 2013 -0600 +++ 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"