From patchwork Tue Dec 10 16:35:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Fix formatting of template example in help file From: Steve Hoelzer X-Patchwork-Id: 3210 Message-Id: To: mercurial-devel@selenic.com Date: Tue, 10 Dec 2013 10:35:14 -0600 # HG changeset patch # User Steve Hoelzer # Date 1386693253 21600 # Tue Dec 10 10:34:13 2013 -0600 # Node ID bbb364f42669c01be468c7a697c72f5209188c62 # Parent 1c92524c37cdd251c1a36b2da0fb4148b0e6ba09 Fix formatting of template example in help file diff -r 1c92524c37cd -r bbb364f42669 mercurial/help/templates.txt --- a/mercurial/help/templates.txt Sun Dec 01 21:24:48 2013 -0600 +++ b/mercurial/help/templates.txt Tue Dec 10 10:34:13 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"