Show More
@@ -1552,13 +1552,11 class imanifestlog(Protocol): | |||||
1552 | tree manifests. |
|
1552 | tree manifests. | |
1553 | """ |
|
1553 | """ | |
1554 |
|
1554 | |||
1555 | nodeconstants = interfaceutil.Attribute( |
|
1555 | nodeconstants: NodeConstants | |
1556 |
|
|
1556 | """nodeconstants used by the current repository.""" | |
1557 | ) |
|
1557 | ||
1558 |
|
1558 | narrowed: bool | ||
1559 | narrowed = interfaceutil.Attribute( |
|
1559 | """True, is the manifest is narrowed by a matcher""" | |
1560 | """True, is the manifest is narrowed by a matcher""" |
|
|||
1561 | ) |
|
|||
1562 |
|
1560 | |||
1563 | def __getitem__(self, node): |
|
1561 | def __getitem__(self, node): | |
1564 | """Obtain a manifest instance for a given binary node. |
|
1562 | """Obtain a manifest instance for a given binary node. |
General Comments 0
You need to be logged in to leave comments.
Login now