mercurial/repository.py
changeset 40432 968dd7e02ac5
parent 40430 6a917075535a
child 40795 e1c3a2e9df59
equal deleted inserted replaced
40430:6a917075535a 40432:968dd7e02ac5
    40     REVISION_FLAG_CENSORED | REVISION_FLAG_ELLIPSIS | REVISION_FLAG_EXTSTORED)
    40     REVISION_FLAG_CENSORED | REVISION_FLAG_ELLIPSIS | REVISION_FLAG_EXTSTORED)
    41 
    41 
    42 CG_DELTAMODE_STD = b'default'
    42 CG_DELTAMODE_STD = b'default'
    43 CG_DELTAMODE_PREV = b'previous'
    43 CG_DELTAMODE_PREV = b'previous'
    44 CG_DELTAMODE_FULL = b'fulltext'
    44 CG_DELTAMODE_FULL = b'fulltext'
       
    45 CG_DELTAMODE_P1 = b'p1'
    45 
    46 
    46 class ipeerconnection(interfaceutil.Interface):
    47 class ipeerconnection(interfaceutil.Interface):
    47     """Represents a "connection" to a repository.
    48     """Represents a "connection" to a repository.
    48 
    49 
    49     This is the base interface for representing a connection to a repository.
    50     This is the base interface for representing a connection to a repository.