# HG changeset patch
# User David Soria Parra <d...@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@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to