[PATCH] help: fix formatting of template example

Augie Fackler raf at durin42.com
Fri Dec 13 11:44:52 CST 2013


On Wed, Dec 11, 2013 at 11:39:53AM -0600, Steve Hoelzer wrote:
> # HG changeset patch
> # User Steve Hoelzer <shoelzer at gmail.com>
> # Date 1386783238 21600
> #      Wed Dec 11 11:33:58 2013 -0600
> # Node ID c44c3a30fb8663aaee697c577b6da1f98555263a
> # Parent  1c92524c37cdd251c1a36b2da0fb4148b0e6ba09
> help: fix formatting of template example

queued this, thanks for fixing the description for me

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


More information about the Mercurial-devel mailing list