mercurial/revlog.py
changeset 18083 717c692fa449
parent 18081 f88c60e740a1
child 18090 9abc55ef85b5
--- a/mercurial/revlog.py	Mon Dec 17 15:08:06 2012 -0800
+++ b/mercurial/revlog.py	Mon Dec 17 15:08:37 2012 -0800
@@ -371,11 +371,6 @@
                     seen.add(parent)
                     yield parent
 
-    def incancestors(self, revs, stoprev=0):
-        """Identical to ancestors() except it also generates the
-        revisions, 'revs'"""
-        return self.ancestors(revs, stoprev, inclusive=True)
-
     def descendants(self, revs):
         """Generate the descendants of 'revs' in revision order.