Show More
@@ -1176,9 +1176,8 class imanifestrevisionstored(imanifestr | |||||
1176 | def node(self): |
|
1176 | def node(self): | |
1177 | """The binary node for this manifest.""" |
|
1177 | """The binary node for this manifest.""" | |
1178 |
|
1178 | |||
1179 | parents = interfaceutil.Attribute( |
|
1179 | parents: list[bytes] | |
1180 |
|
|
1180 | """List of binary nodes that are parents for this manifest revision.""" | |
1181 | ) |
|
|||
1182 |
|
1181 | |||
1183 | def readdelta(self, shallow=False): |
|
1182 | def readdelta(self, shallow=False): | |
1184 | """Obtain the manifest data structure representing changes from parent. |
|
1183 | """Obtain the manifest data structure representing changes from parent. |
General Comments 0
You need to be logged in to leave comments.
Login now