Mercurial > public > mercurial-scm > hg-stable
diff mercurial/requirements.py @ 46677:b4c2a2af25e2
requirements: also add a fncache constant
Continue the cleanup to the remaining requirements
Differential Revision: https://phab.mercurial-scm.org/D10109
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Wed, 03 Mar 2021 12:37:13 +0100 |
parents | ab58098bebed |
children | 913485776542 |
line wrap: on
line diff
--- 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.