From patchwork Fri Oct 13 17:55:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [10,of,11] configitems: register the 'paths' config section From: Boris Feld X-Patchwork-Id: 24847 Message-Id: <8f3e9e9a61021e35a579.1507917316@FB> To: mercurial-devel@mercurial-scm.org Date: Fri, 13 Oct 2017 19:55:16 +0200 # HG changeset patch # User Boris Feld # Date 1507690915 -7200 # Wed Oct 11 05:01:55 2017 +0200 # Node ID 8f3e9e9a61021e35a5798eef6368672506890bcf # Parent 9f8f4614d1366eaeea1366f9563a9db3a0811a9d # EXP-Topic config.register.ready # Available At https://bitbucket.org/octobus/mercurial-devel/ # hg pull https://bitbucket.org/octobus/mercurial-devel/ -r 8f3e9e9a6102 configitems: register the 'paths' config section diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -574,6 +574,10 @@ coreconfigitem('paths', 'default-push', default=None, ) +coreconfigitem('paths', '.*', + default=None, + generic=True, +) coreconfigitem('phases', 'checksubrepos', default='follow', )