diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -662,6 +662,10 @@ coreconfigitem('smtp', 'username', coreconfigitem('sparse', 'missingwarning', default=True, ) +coreconfigitem('templates', '.*', + default=None, + generic=True, +) coreconfigitem('trusted', 'groups', default=list, )