[Updated] [+ ] D12033: requirements: move the comment about manifestv2 in the module
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Mon Jan 24 14:45:50 UTC 2022
marmoute updated this revision to Diff 31738.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D12033?vs=31733&id=31738
BRANCH
default
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12033/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12033
AFFECTED FILES
mercurial/localrepo.py
mercurial/requirements.py
CHANGE DETAILS
diff --git a/mercurial/requirements.py b/mercurial/requirements.py
--- a/mercurial/requirements.py
+++ b/mercurial/requirements.py
@@ -7,6 +7,12 @@
from __future__ import absolute_import
+# obsolete experimental requirements:
+# - manifestv2: An experimental new manifest format that allowed
+# for stem compression of long paths. Experiment ended up not
+# being successful (repository sizes went up due to worse delta
+# chains), and the code was deleted in 4.6.
+
GENERALDELTA_REQUIREMENT = b'generaldelta'
DOTENCODE_REQUIREMENT = b'dotencode'
STORE_REQUIREMENT = b'store'
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -1274,11 +1274,6 @@
used.
"""
- # obsolete experimental requirements:
- # - manifestv2: An experimental new manifest format that allowed
- # for stem compression of long paths. Experiment ended up not
- # being successful (repository sizes went up due to worse delta
- # chains), and the code was deleted in 4.6.
supportedformats = {
requirementsmod.REVLOGV1_REQUIREMENT,
requirementsmod.GENERALDELTA_REQUIREMENT,
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/20220124/6162d9fe/attachment-0002.html>
More information about the Mercurial-patches
mailing list