diff mercurial/requirements.py @ 47229:21b3e6116bd1

side-data: drop the associated config and requirements This is no longer and extensions of revlog v1, but a part of revlog v2. We no longer needs independent config and requirement management for that. Differential Revision: https://phab.mercurial-scm.org/D10620
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 03 May 2021 12:30:24 +0200
parents d4ba4d51f85f
children 6c84fc9c9a90
line wrap: on
line diff
--- a/mercurial/requirements.py	Mon May 03 12:30:14 2021 +0200
+++ b/mercurial/requirements.py	Mon May 03 12:30:24 2021 +0200
@@ -41,10 +41,6 @@
 # This is why once a repository has enabled sparse-read, it becomes required.
 SPARSEREVLOG_REQUIREMENT = b'sparserevlog'
 
-# A repository with the sidedataflag requirement will allow to store extra
-# information for revision without altering their original hashes.
-SIDEDATA_REQUIREMENT = b'exp-sidedata-flag'
-
 # A repository with the the copies-sidedata-changeset requirement will store
 # copies related information in changeset's sidedata.
 COPIESSDC_REQUIREMENT = b'exp-copies-sidedata-changeset'