equal
deleted
inserted
replaced
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' |