diff -r d00177d08139 -r 19d4802cb304 mercurial/interfaces/repository.py --- a/mercurial/interfaces/repository.py Mon May 03 12:29:41 2021 +0200 +++ b/mercurial/interfaces/repository.py Mon May 03 12:29:52 2021 +0200 @@ -21,6 +21,8 @@ REPO_FEATURE_LFS = b'lfs' # Repository supports being stream cloned. REPO_FEATURE_STREAM_CLONE = b'streamclone' +# Repository supports (at least) some sidedata to be stored +REPO_FEATURE_SIDE_DATA = b'side-data' # Files storage may lack data for all ancestors. REPO_FEATURE_SHALLOW_FILE_STORAGE = b'shallowfilestorage'