changeset 34670:ec45d7a6d799

configitems: register the 'paths' config section
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 05:01:55 +0200
parents 03f7db5f8e71
children 16d73491416b
files mercurial/configitems.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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',
 )