Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 34667:23f891164e59
configitems: register the 'extensions' section
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Tue, 10 Oct 2017 10:48:47 +0200 |
parents | e7966337aed0 |
children | 31723cff35fa |
line wrap: on
line diff
--- a/mercurial/configitems.py Sun Oct 08 20:39:51 2017 +0200 +++ b/mercurial/configitems.py Tue Oct 10 10:48:47 2017 +0200 @@ -412,6 +412,10 @@ coreconfigitem('experimental', 'updatecheck', default=None, ) +coreconfigitem('extensions', '.*', + default=None, + generic=True, +) coreconfigitem('format', 'aggressivemergedeltas', default=False, )