Mercurial > hg
comparison mercurial/help/internals/config.txt @ 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 | fb7f58daca48 |
children |
comparison
equal
deleted
inserted
replaced
40473:8239d4e5d05f | 40544:5b530d767e67 |
---|---|
97 still supporting an older version is to use ``dynamicdefault`` for options | 97 still supporting an older version is to use ``dynamicdefault`` for options |
98 requiring a default value. The existing code passing an explicit default can | 98 requiring a default value. The existing code passing an explicit default can |
99 then stay in use until compatibility with Mercurial 4.2 is dropped. | 99 then stay in use until compatibility with Mercurial 4.2 is dropped. |
100 | 100 |
101 As reminder, here are the default values for each config type: | 101 As reminder, here are the default values for each config type: |
102 - config: None | 102 |
103 - configbool: False | 103 - config: None |
104 - configbytes: 0 | 104 - configbool: False |
105 - configdate: None | 105 - configbytes: 0 |
106 - configint: None | 106 - configdate: None |
107 - configlist: [] | 107 - configint: None |
108 - configpath: None | 108 - configlist: [] |
109 - configpath: None |