# HG changeset patch # User Boris Feld # Date 2017-10-08 19:29:24 # Node ID 16d73491416b8db667296526740fed2af086452b # Parent ec45d7a6d799582d7c99fb6bd27e27169830983d configitems: register the 'templates' section 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, )