mercurial/requirements.py
changeset 46426 4b0192f592cf
parent 45494 d252f51ab032
child 46665 ee91966aec0f
equal deleted inserted replaced
46425:2eb5fe13461b 46426:4b0192f592cf
    53 RELATIVE_SHARED_REQUIREMENT = b'relshared'
    53 RELATIVE_SHARED_REQUIREMENT = b'relshared'
    54 
    54 
    55 # A repository with share implemented safely. The repository has different
    55 # A repository with share implemented safely. The repository has different
    56 # store and working copy requirements i.e. both `.hg/requires` and
    56 # store and working copy requirements i.e. both `.hg/requires` and
    57 # `.hg/store/requires` are present.
    57 # `.hg/store/requires` are present.
    58 SHARESAFE_REQUIREMENT = b'exp-sharesafe'
    58 SHARESAFE_REQUIREMENT = b'share-safe'
    59 
    59 
    60 # List of requirements which are working directory specific
    60 # List of requirements which are working directory specific
    61 # These requirements cannot be shared between repositories if they
    61 # These requirements cannot be shared between repositories if they
    62 # share the same store
    62 # share the same store
    63 # * sparse is a working directory specific functionality and hence working
    63 # * sparse is a working directory specific functionality and hence working