Show More
@@ -371,11 +371,6 b' class revlog(object):' | |||||
371 | seen.add(parent) |
|
371 | seen.add(parent) | |
372 | yield parent |
|
372 | yield parent | |
373 |
|
373 | |||
374 | def incancestors(self, revs, stoprev=0): |
|
|||
375 | """Identical to ancestors() except it also generates the |
|
|||
376 | revisions, 'revs'""" |
|
|||
377 | return self.ancestors(revs, stoprev, inclusive=True) |
|
|||
378 |
|
||||
379 | def descendants(self, revs): |
|
374 | def descendants(self, revs): | |
380 | """Generate the descendants of 'revs' in revision order. |
|
375 | """Generate the descendants of 'revs' in revision order. | |
381 |
|
376 |
General Comments 0
You need to be logged in to leave comments.
Login now