mercurial/requirements.py
changeset 46638 b4c2a2af25e2
parent 46637 ab58098bebed
child 46704 913485776542
equal deleted inserted replaced
46637:ab58098bebed 46638:b4c2a2af25e2
     8 from __future__ import absolute_import
     8 from __future__ import absolute_import
     9 
     9 
    10 GENERALDELTA_REQUIREMENT = b'generaldelta'
    10 GENERALDELTA_REQUIREMENT = b'generaldelta'
    11 DOTENCODE_REQUIREMENT = b'dotencode'
    11 DOTENCODE_REQUIREMENT = b'dotencode'
    12 STORE_REQUIREMENT = b'store'
    12 STORE_REQUIREMENT = b'store'
       
    13 FNCACHE_REQUIREMENT = b'fncache'
    13 
    14 
    14 # When narrowing is finalized and no longer subject to format changes,
    15 # When narrowing is finalized and no longer subject to format changes,
    15 # we should move this to just "narrow" or similar.
    16 # we should move this to just "narrow" or similar.
    16 NARROW_REQUIREMENT = b'narrowhg-experimental'
    17 NARROW_REQUIREMENT = b'narrowhg-experimental'
    17 
    18