Show More
@@ -989,7 +989,13 b' class imanifestrevisionwritable(imanifes' | |||
|
989 | 989 | """ |
|
990 | 990 | |
|
991 | 991 | class imanifestlog(interfaceutil.Interface): |
|
992 |
"""Interface representing a collection of manifest snapshots. |
|
|
992 | """Interface representing a collection of manifest snapshots. | |
|
993 | ||
|
994 | Represents the root manifest in a repository. | |
|
995 | ||
|
996 | Also serves as a means to access nested tree manifests and to cache | |
|
997 | tree manifests. | |
|
998 | """ | |
|
993 | 999 | |
|
994 | 1000 | def __getitem__(node): |
|
995 | 1001 | """Obtain a manifest instance for a given binary node. |
General Comments 0
You need to be logged in to leave comments.
Login now