[PATCH] Fix formatting of template example in help file

Steve Hoelzer shoelzer at gmail.com
Tue Dec 10 10:35:14 CST 2013


# HG changeset patch
# User Steve Hoelzer <shoelzer at gmail.com>
# 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"


More information about the Mercurial-devel mailing list