mercurial/requirements.py
changeset 48791 1af95465961a
parent 48693 de3ac3d2c60b
child 48793 6e559391f96e
equal deleted inserted replaced
48790:5ba24e886cec 48791:1af95465961a
    16 GENERALDELTA_REQUIREMENT = b'generaldelta'
    16 GENERALDELTA_REQUIREMENT = b'generaldelta'
    17 DOTENCODE_REQUIREMENT = b'dotencode'
    17 DOTENCODE_REQUIREMENT = b'dotencode'
    18 STORE_REQUIREMENT = b'store'
    18 STORE_REQUIREMENT = b'store'
    19 FNCACHE_REQUIREMENT = b'fncache'
    19 FNCACHE_REQUIREMENT = b'fncache'
    20 
    20 
    21 DIRSTATE_TRACKED_KEY_V1 = b'exp-dirstate-tracked-key-v1'
    21 DIRSTATE_TRACKED_KEY_V1 = b'dirstate-tracked-key-v1'
    22 DIRSTATE_V2_REQUIREMENT = b'dirstate-v2'
    22 DIRSTATE_V2_REQUIREMENT = b'dirstate-v2'
    23 
    23 
    24 # When narrowing is finalized and no longer subject to format changes,
    24 # When narrowing is finalized and no longer subject to format changes,
    25 # we should move this to just "narrow" or similar.
    25 # we should move this to just "narrow" or similar.
    26 NARROW_REQUIREMENT = b'narrowhg-experimental'
    26 NARROW_REQUIREMENT = b'narrowhg-experimental'