[PATCH] Fix formatting of template example in help file

Augie Fackler raf at durin42.com
Tue Dec 10 15:24:00 CST 2013


On Tue, Dec 10, 2013 at 10:35:14AM -0600, Steve Hoelzer wrote:
> # 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
>

queued, thanks

>
> 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"
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list