From patchwork Fri Nov 9 01:05:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [STABLE] help: unjumble the list of default config values for `internals.config` From: Matt Harbison X-Patchwork-Id: 36480 Message-Id: <5b530d767e6726374382.1541725509@Envy> To: mercurial-devel@mercurial-scm.org Date: Thu, 08 Nov 2018 20:05:09 -0500 # HG changeset patch # User Matt Harbison # Date 1541725447 18000 # Thu Nov 08 20:04:07 2018 -0500 # Branch stable # Node ID 5b530d767e6726374382a7bde932bcc528568b85 # Parent 8239d4e5d05f5452d66e4ae1ffc2f58e0d0fbd0d help: unjumble the list of default config values for `internals.config` diff --git a/mercurial/help/internals/config.txt b/mercurial/help/internals/config.txt --- a/mercurial/help/internals/config.txt +++ b/mercurial/help/internals/config.txt @@ -99,10 +99,11 @@ requiring a default value. The existing then stay in use until compatibility with Mercurial 4.2 is dropped. As reminder, here are the default values for each config type: -- config: None -- configbool: False -- configbytes: 0 -- configdate: None -- configint: None -- configlist: [] -- configpath: None + + - config: None + - configbool: False + - configbytes: 0 + - configdate: None + - configint: None + - configlist: [] + - configpath: None