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', )