Mercurial > hg
diff mercurial/requirements.py @ 48791:1af95465961a
tracked-key: update the requirement value
We renamed the config option but we forgot to change the actual value…
Differential Revision: https://phab.mercurial-scm.org/D12199
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 17 Feb 2022 06:35:42 +0100 |
parents | de3ac3d2c60b |
children | 6e559391f96e |
line wrap: on
line diff
--- a/mercurial/requirements.py Thu Feb 17 06:32:03 2022 +0100 +++ b/mercurial/requirements.py Thu Feb 17 06:35:42 2022 +0100 @@ -18,7 +18,7 @@ STORE_REQUIREMENT = b'store' FNCACHE_REQUIREMENT = b'fncache' -DIRSTATE_TRACKED_KEY_V1 = b'exp-dirstate-tracked-key-v1' +DIRSTATE_TRACKED_KEY_V1 = b'dirstate-tracked-key-v1' DIRSTATE_V2_REQUIREMENT = b'dirstate-v2' # When narrowing is finalized and no longer subject to format changes,