mercurial/changelog.py
changeset 42446 055c3e2c44f0
parent 42427 027f1567f97f
child 42553 e3df1e15bee9
--- a/mercurial/changelog.py	Mon Jun 10 11:40:43 2019 -0400
+++ b/mercurial/changelog.py	Mon Jun 10 13:23:14 2019 -0400
@@ -420,9 +420,6 @@
             if i not in self.filteredrevs:
                 yield i
 
-    def reachableroots(self, minroot, heads, roots, includepath=False):
-        return self.index.reachableroots2(minroot, heads, roots, includepath)
-
     def _checknofilteredinrevs(self, revs):
         """raise the appropriate error if 'revs' contains a filtered revision