https://bz.mercurial-scm.org/show_bug.cgi?id=5949

            Bug ID: 5949
           Summary: make fails with "Title underline too short."
           Product: Mercurial
           Version: stable branch
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: marcel.svital...@gmail.com
                CC: mercurial-devel@mercurial-scm.org

After ae17555ef93f compiling fails due to a minor bug (sort of a typo) in
mercurial/help/config.txt.

…
hgrc.5.gendoc.txt:1779: (WARNING/2) Title underline too short.

``storage``
----------
Exiting due to level-2 (WARNING) system message.
Makefile:25: recipe for target 'hgrc.5' failed
make[1]: *** [hgrc.5] Error 1
…

Proposed fix (add one more hyphen to adjust underline length):

--- a/mercurial/help/config.txt
+++ b/mercurial/help/config.txt
@@ -1774,7 +1774,7 @@
 Alias definitions for revsets. See :hg:`help revsets` for details.

 ``storage``
-----------
+-----------

 Control the strategy Mercurial uses internally to store history. Options in
this
 category impact performance and repository size.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to