mercurial/repository.py
changeset 39234 3682b49e0213
parent 39232 0a5b20c107a6
child 39235 43387fd2aa1f
equal deleted inserted replaced
39233:8b9b93bf70b1 39234:3682b49e0213
   550         """
   550         """
   551 
   551 
   552     def deltaparent(rev):
   552     def deltaparent(rev):
   553         """"Return the revision that is a suitable parent to delta against."""
   553         """"Return the revision that is a suitable parent to delta against."""
   554 
   554 
   555     def candelta(baserev, rev):
       
   556         """"Whether a delta can be generated between two revisions."""
       
   557 
       
   558 class ifiledata(interfaceutil.Interface):
   555 class ifiledata(interfaceutil.Interface):
   559     """Storage interface for data storage of a specific file.
   556     """Storage interface for data storage of a specific file.
   560 
   557 
   561     This complements ``ifileindex`` and provides an interface for accessing
   558     This complements ``ifileindex`` and provides an interface for accessing
   562     data for a tracked file.
   559     data for a tracked file.