# HG changeset patch # User Pierre-Yves David # Date 2022-02-09 15:07:50 # Node ID 6e5ab16730201314764dfe70cd6cfa47dc6466af # Parent b6a0c1015ee2aa30fd96692170f9966dc64ce0d9 help: make the help for `safe-mismatch` real section The extra new lines mean the minirst engine were not seeing them as section… meaning they could not be addressed directly. Differential Revision: https://phab.mercurial-scm.org/D12161 diff --git a/mercurial/helptext/config.txt b/mercurial/helptext/config.txt --- a/mercurial/helptext/config.txt +++ b/mercurial/helptext/config.txt @@ -2029,7 +2029,6 @@ Alias definitions for revsets. See :hg:` --------- ``safe-mismatch.source-safe`` - Controls what happens when the shared repository does not use the share-safe mechanism but its source repository does. @@ -2055,7 +2054,6 @@ Alias definitions for revsets. See :hg:` (default: True) ``safe-mismatch.source-not-safe`` - Controls what happens when the shared repository uses the share-safe mechanism but its source does not.