mercurial/repository.py
changeset 39876 a269fa55467e
parent 39875 d909c44d29e1
child 39997 2f80eaf38ed4
--- a/mercurial/repository.py	Mon Sep 24 12:49:17 2018 -0700
+++ b/mercurial/repository.py	Mon Sep 24 13:35:50 2018 -0700
@@ -533,9 +533,6 @@
         Returns a list of nodes.
         """
 
-    def deltaparent(rev):
-        """"Return the revision that is a suitable parent to delta against."""
-
 class ifiledata(interfaceutil.Interface):
     """Storage interface for data storage of a specific file.