changeset 40544:5b530d767e67 stable

help: unjumble the list of default config values for `internals.config`
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 08 Nov 2018 20:04:07 -0500
parents 8239d4e5d05f
children 6107d4549fcc
files mercurial/help/internals/config.txt
diffstat 1 files changed, 8 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help/internals/config.txt	Mon Nov 05 15:01:45 2018 -0800
+++ b/mercurial/help/internals/config.txt	Thu Nov 08 20:04:07 2018 -0500
@@ -99,10 +99,11 @@
 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