Show More
@@ -82,6 +82,8 class simplestorerevisiondelta(repositor | |||||
82 | baserevisionsize = attr.ib(type=Optional[int]) |
|
82 | baserevisionsize = attr.ib(type=Optional[int]) | |
83 | revision = attr.ib(type=Optional[bytes]) |
|
83 | revision = attr.ib(type=Optional[bytes]) | |
84 | delta = attr.ib(type=Optional[bytes]) |
|
84 | delta = attr.ib(type=Optional[bytes]) | |
|
85 | sidedata = attr.ib(type=Optional[bytes]) | |||
|
86 | protocol_flags = attr.ib(type=int) | |||
85 | linknode = attr.ib(default=None, type=Optional[bytes]) |
|
87 | linknode = attr.ib(default=None, type=Optional[bytes]) | |
86 |
|
88 | |||
87 |
|
89 |
General Comments 0
You need to be logged in to leave comments.
Login now