[Bug 5949] New: make fails with "Title underline too short."

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Mon Jul 30 21:13:44 UTC 2018


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: bugzilla at mercurial-scm.org
          Reporter: marcel.svitalsky at gmail.com
                CC: mercurial-devel at 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.


More information about the Mercurial-devel mailing list