D4273: repository: clarify role of imanifestlog

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Wed Aug 22 12:37:36 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG2af6b2d8d1d8: repository: clarify role of imanifestlog (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4273?vs=10345&id=10520

REVISION DETAIL
  https://phab.mercurial-scm.org/D4273

AFFECTED FILES
  mercurial/repository.py

CHANGE DETAILS

diff --git a/mercurial/repository.py b/mercurial/repository.py
--- a/mercurial/repository.py
+++ b/mercurial/repository.py
@@ -989,7 +989,13 @@
         """
 
 class imanifestlog(interfaceutil.Interface):
-    """Interface representing a collection of manifest snapshots."""
+    """Interface representing a collection of manifest snapshots.
+
+    Represents the root manifest in a repository.
+
+    Also serves as a means to access nested tree manifests and to cache
+    tree manifests.
+    """
 
     def __getitem__(node):
         """Obtain a manifest instance for a given binary node.



To: indygreg, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list