##// END OF EJS Templates
manifest: subclass the new `repository.imanifestlog` Protocol class...
Matt Harbison -
r53381:d371efa7 default
parent child Browse files
Show More
@@ -2055,7 +2055,7 AnyManifestCtx = Union['manifestctx', 't
2055 AnyManifestDict = Union[manifestdict, treemanifest]
2055 AnyManifestDict = Union[manifestdict, treemanifest]
2056
2056
2057
2057
2058 class manifestlog: # (repository.imanifestlog)
2058 class manifestlog(repository.imanifestlog):
2059 """A collection class representing the collection of manifest snapshots
2059 """A collection class representing the collection of manifest snapshots
2060 referenced by commits in the repository.
2060 referenced by commits in the repository.
2061
2061
General Comments 0
You need to be logged in to leave comments. Login now