mercurial/repository.py
changeset 39876 a269fa55467e
parent 39875 d909c44d29e1
child 39997 2f80eaf38ed4
equal deleted inserted replaced
39875:d909c44d29e1 39876:a269fa55467e
   531         """Obtain nodes that are children of a node.
   531         """Obtain nodes that are children of a node.
   532 
   532 
   533         Returns a list of nodes.
   533         Returns a list of nodes.
   534         """
   534         """
   535 
   535 
   536     def deltaparent(rev):
       
   537         """"Return the revision that is a suitable parent to delta against."""
       
   538 
       
   539 class ifiledata(interfaceutil.Interface):
   536 class ifiledata(interfaceutil.Interface):
   540     """Storage interface for data storage of a specific file.
   537     """Storage interface for data storage of a specific file.
   541 
   538 
   542     This complements ``ifileindex`` and provides an interface for accessing
   539     This complements ``ifileindex`` and provides an interface for accessing
   543     data for a tracked file.
   540     data for a tracked file.