configitems: register the 'devel.cache-vfs' config
authorBoris Feld <boris.feld@octobus.net>
Sun, 08 Oct 2017 21:41:22 +0200
changeset 34525 100f0ddb029b
parent 34524 99c5922b1641
child 34526 3999b74b6765
configitems: register the 'devel.cache-vfs' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Sun Oct 08 21:36:26 2017 +0200
+++ b/mercurial/configitems.py	Sun Oct 08 21:41:22 2017 +0200
@@ -116,6 +116,9 @@
 coreconfigitem('devel', 'bundle2.debug',
     default=False,
 )
+coreconfigitem('devel', 'cache-vfs',
+    default=None,
+)
 coreconfigitem('devel', 'check-locks',
     default=False,
 )