Mercurial > hg
changeset 34666:e7966337aed0
configitems: register the 'defaults' section
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sun, 08 Oct 2017 20:39:51 +0200 |
parents | dd1357edff37 |
children | 23f891164e59 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Sun Oct 08 21:02:02 2017 +0200 +++ b/mercurial/configitems.py Sun Oct 08 20:39:51 2017 +0200 @@ -189,6 +189,10 @@ coreconfigitem('debug', 'dirstate.delaywrite', default=0, ) +coreconfigitem('defaults', '.*', + default=None, + generic=True, +) coreconfigitem('devel', 'all-warnings', default=False, )