mercurial/configitems.py
changeset 34828 46610c851216
parent 34827 96802496ecc0
child 34831 44c4ed4ad032
--- a/mercurial/configitems.py	Sun Oct 08 22:22:27 2017 +0200
+++ b/mercurial/configitems.py	Mon Oct 16 18:16:29 2017 +0200
@@ -954,6 +954,9 @@
 coreconfigitem('web', 'allowzip',
     default=False,
 )
+coreconfigitem('web', 'archivesubrepos',
+    default=False,
+)
 coreconfigitem('web', 'cache',
     default=True,
 )