mercurial/repository.py
changeset 38555 f2f9bacf0587
parent 38530 c82ea938efbb
child 38556 0db41eb0a3ac
equal deleted inserted replaced
38554:f83600efa1ca 38555:f2f9bacf0587
   920         """
   920         """
   921 
   921 
   922     def clearcaches():
   922     def clearcaches():
   923         """Clear caches associated with this collection."""
   923         """Clear caches associated with this collection."""
   924 
   924 
       
   925     def rev(node):
       
   926         """Obtain the revision number for a binary node.
       
   927 
       
   928         Raises ``error.LookupError`` if the node is not known.
       
   929         """
       
   930 
   925 class completelocalrepository(interfaceutil.Interface):
   931 class completelocalrepository(interfaceutil.Interface):
   926     """Monolithic interface for local repositories.
   932     """Monolithic interface for local repositories.
   927 
   933 
   928     This currently captures the reality of things - not how things should be.
   934     This currently captures the reality of things - not how things should be.
   929     """
   935     """