# HG changeset patch # User Boris Feld # Date 2017-10-11 03:01:55 # Node ID ec45d7a6d799582d7c99fb6bd27e27169830983d # Parent 03f7db5f8e71d4596daf33d9a419e56bab4b4984 configitems: register the 'paths' config section diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -520,6 +520,10 @@ coreconfigitem('paths', 'default', coreconfigitem('paths', 'default-push', default=None, ) +coreconfigitem('paths', '.*', + default=None, + generic=True, +) coreconfigitem('phases', 'checksubrepos', default='follow', )