##// END OF EJS Templates
interfaces: convert `repository.ifileindex` from zope `Attribute` attrs...
Matt Harbison -
r53369:0d4ead4d default
parent child Browse files
Show More
@@ -591,9 +591,8 class ifileindex(Protocol):
591 * Metadata to facilitate storage.
591 * Metadata to facilitate storage.
592 """
592 """
593
593
594 nullid = interfaceutil.Attribute(
594 nullid: bytes
595 """node for the null revision for use as delta base."""
595 """node for the null revision for use as delta base."""
596 )
597
596
598 def __len__(self):
597 def __len__(self):
599 """Obtain the number of revisions stored for this file."""
598 """Obtain the number of revisions stored for this file."""
General Comments 0
You need to be logged in to leave comments. Login now