diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -189,6 +189,10 @@ coreconfigitem('committemplate', '.*', coreconfigitem('debug', 'dirstate.delaywrite', default=0, ) +coreconfigitem('defaults', '.*', + default=None, + generic=True, +) coreconfigitem('devel', 'all-warnings', default=False, )