Mercurial > hg-stable
changeset 48625:3a8bc0b48e51
requirements: sort _basesupported
This will make the next changeset clearer.
Differential Revision: https://phab.mercurial-scm.org/D12034
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 17 Jan 2022 22:48:16 +0100 |
parents | 66b59fbb0cdd |
children | 348d2c6b5048 |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/localrepo.py Mon Jan 17 19:28:10 2022 +0100 +++ b/mercurial/localrepo.py Mon Jan 17 22:48:16 2022 +0100 @@ -1288,13 +1288,13 @@ requirementsmod.DIRSTATE_V2_REQUIREMENT, } _basesupported = supportedformats | { - requirementsmod.STORE_REQUIREMENT, + requirementsmod.DOTENCODE_REQUIREMENT, requirementsmod.FNCACHE_REQUIREMENT, - requirementsmod.SHARED_REQUIREMENT, + requirementsmod.INTERNAL_PHASE_REQUIREMENT, requirementsmod.RELATIVE_SHARED_REQUIREMENT, - requirementsmod.DOTENCODE_REQUIREMENT, + requirementsmod.SHARED_REQUIREMENT, requirementsmod.SPARSE_REQUIREMENT, - requirementsmod.INTERNAL_PHASE_REQUIREMENT, + requirementsmod.STORE_REQUIREMENT, } # list of prefix for file which can be written without 'wlock'