mercurial/configitems.py
changeset 34751 bbeaa5415266
parent 34748 8c1d0fe1f431
child 34759 cd7bf9ad0e69
--- a/mercurial/configitems.py	Fri Oct 13 21:32:29 2017 +0200
+++ b/mercurial/configitems.py	Thu Oct 12 00:44:45 2017 +0200
@@ -454,6 +454,10 @@
     default=dynamicdefault,
     generic=True,
 )
+coreconfigitem('hgweb-paths', '.*',
+    default=list,
+    generic=True,
+)
 coreconfigitem('hostfingerprints', '.*',
     default=list,
     generic=True,