[PATCH] help: correct title undescore length

Martin von Zweigbergk martinvonz at google.com
Thu Mar 23 13:59:29 EDT 2017


Heh, this is the third patch that does the same (previous ones from Kostia
and me).

On Mar 23, 2017 10:55, "David Soria Parra" <davidsp at fb.com> wrote:

> # HG changeset patch
> # User David Soria Parra <dsp at php.net>
> # Date 1490290521 -3600
> #      Thu Mar 23 18:35:21 2017 +0100
> # Node ID a58314d8ab7f4cd910c238441779731ad16372d6
> # Parent  55c6788c54e2faf80ec14f2b0844bfe429012bc3
> help: correct title undescore length
>
> The underscores for a title must have the same lenght as the title,
> otherwise gendoc will throw an error. This leads to `make install` fail.
>
> diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt
> --- a/mercurial/help/config.txt
> +++ b/mercurial/help/config.txt
> @@ -415,7 +415,7 @@
>      extension).
>
>  ``commands``
> -----------
> +------------
>
>  ``update.requiredest``
>      Require that the user pass a destination when running ``hg update``.
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mercurial-scm.org/pipermail/mercurial-devel/attachments/20170323/91731ee6/attachment.html>


More information about the Mercurial-devel mailing list