mercurial/requirements.py
changeset 47229 21b3e6116bd1
parent 46819 d4ba4d51f85f
child 47263 6c84fc9c9a90
--- 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'