configitems: register the 'paths' config section
authorBoris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 05:01:55 +0200
changeset 34670 ec45d7a6d799
parent 34669 03f7db5f8e71
child 34671 16d73491416b
configitems: register the 'paths' config section
mercurial/configitems.py
--- a/mercurial/configitems.py	Wed Oct 11 02:26:09 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 05:01:55 2017 +0200
@@ -520,6 +520,10 @@
 coreconfigitem('paths', 'default-push',
     default=None,
 )
+coreconfigitem('paths', '.*',
+    default=None,
+    generic=True,
+)
 coreconfigitem('phases', 'checksubrepos',
     default='follow',
 )