mercurial/interfaces/repository.py
changeset 45375 a1f51c7dce0f
parent 44864 97ebdb192b00
child 45376 f025b97f3758
equal deleted inserted replaced
45374:c4fe2262435e 45375:a1f51c7dce0f
    12 from . import util as interfaceutil
    12 from . import util as interfaceutil
    13 
    13 
    14 # When narrowing is finalized and no longer subject to format changes,
    14 # When narrowing is finalized and no longer subject to format changes,
    15 # we should move this to just "narrow" or similar.
    15 # we should move this to just "narrow" or similar.
    16 NARROW_REQUIREMENT = b'narrowhg-experimental'
    16 NARROW_REQUIREMENT = b'narrowhg-experimental'
       
    17 
       
    18 # Enables sparse working directory usage
       
    19 SPARSE_REQUIREMENT = b'exp-sparse'
    17 
    20 
    18 # Local repository feature string.
    21 # Local repository feature string.
    19 
    22 
    20 # Revlogs are being used for file storage.
    23 # Revlogs are being used for file storage.
    21 REPO_FEATURE_REVLOG_FILE_STORAGE = b'revlogfilestorage'
    24 REPO_FEATURE_REVLOG_FILE_STORAGE = b'revlogfilestorage'