mercurial/requirements.py
changeset 46638 b4c2a2af25e2
parent 46637 ab58098bebed
child 46704 913485776542
--- a/mercurial/requirements.py	Wed Mar 03 12:35:29 2021 +0100
+++ b/mercurial/requirements.py	Wed Mar 03 12:37:13 2021 +0100
@@ -10,6 +10,7 @@
 GENERALDELTA_REQUIREMENT = b'generaldelta'
 DOTENCODE_REQUIREMENT = b'dotencode'
 STORE_REQUIREMENT = b'store'
+FNCACHE_REQUIREMENT = b'fncache'
 
 # When narrowing is finalized and no longer subject to format changes,
 # we should move this to just "narrow" or similar.