# HG changeset patch # User Boris Feld # Date 2017-10-08 19:41:22 # Node ID 100f0ddb029b485b5a4cd028e17e9efadb20fd61 # Parent 99c5922b1641103b647961e213ab06264404c44f configitems: register the 'devel.cache-vfs' config diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -116,6 +116,9 @@ coreconfigitem('devel', 'all-warnings', coreconfigitem('devel', 'bundle2.debug', default=False, ) +coreconfigitem('devel', 'cache-vfs', + default=None, +) coreconfigitem('devel', 'check-locks', default=False, )