changeset 47226 | 19d4802cb304 |
parent 47146 | bc7d465ea11e |
child 47296 | d1589957fdcb |
--- 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'