# HG changeset patch # User Boris Feld # Date 1507491682 -7200 # Node ID 100f0ddb029b485b5a4cd028e17e9efadb20fd61 # Parent 99c5922b1641103b647961e213ab06264404c44f configitems: register the 'devel.cache-vfs' config diff -r 99c5922b1641 -r 100f0ddb029b 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, )