equal
deleted
inserted
replaced
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. |