[Updated] D12034: requirements: sort _basesupported
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Tue Jan 25 09:17:31 UTC 2022
Closed by commit rHG3a8bc0b48e51: requirements: sort _basesupported (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D12034?vs=31734&id=31910
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12034/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12034
AFFECTED FILES
mercurial/localrepo.py
CHANGE DETAILS
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -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'
To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220125/d8ed6220/attachment-0002.html>
More information about the Mercurial-patches
mailing list