mercurial/interfaces/repository.py
changeset 45391 e58e234096de
parent 45376 f025b97f3758
child 45392 77b8588dd84e
equal deleted inserted replaced
45390:15d35f2ba474 45391:e58e234096de
    19 SPARSE_REQUIREMENT = b'exp-sparse'
    19 SPARSE_REQUIREMENT = b'exp-sparse'
    20 
    20 
    21 # Enables the internal phase which is used to hide changesets instead
    21 # Enables the internal phase which is used to hide changesets instead
    22 # of stripping them
    22 # of stripping them
    23 INTERNAL_PHASE_REQUIREMENT = b'internal-phase'
    23 INTERNAL_PHASE_REQUIREMENT = b'internal-phase'
       
    24 
       
    25 # Stores manifest in Tree structure
       
    26 TREEMANIFEST_REQUIREMENT = b'treemanifest'
    24 
    27 
    25 # Local repository feature string.
    28 # Local repository feature string.
    26 
    29 
    27 # Revlogs are being used for file storage.
    30 # Revlogs are being used for file storage.
    28 REPO_FEATURE_REVLOG_FILE_STORAGE = b'revlogfilestorage'
    31 REPO_FEATURE_REVLOG_FILE_STORAGE = b'revlogfilestorage'