mercurial/requirements.py
changeset 45374 bd56597b2254
parent 45373 d7dcc75a3eae
child 45386 034d94f8761b
equal deleted inserted replaced
45373:d7dcc75a3eae 45374:bd56597b2254
    42 # copies related information in changeset's sidedata.
    42 # copies related information in changeset's sidedata.
    43 COPIESSDC_REQUIREMENT = b'exp-copies-sidedata-changeset'
    43 COPIESSDC_REQUIREMENT = b'exp-copies-sidedata-changeset'
    44 
    44 
    45 # The repository use persistent nodemap for the changelog and the manifest.
    45 # The repository use persistent nodemap for the changelog and the manifest.
    46 NODEMAP_REQUIREMENT = b'persistent-nodemap'
    46 NODEMAP_REQUIREMENT = b'persistent-nodemap'
       
    47 
       
    48 # List of requirements which are working directory specific
       
    49 # These requirements cannot be shared between repositories if they
       
    50 # share the same store
       
    51 WORKING_DIR_REQUIREMENTS = {SPARSE_REQUIREMENT}