##// END OF EJS Templates
revlog: update the docstring of `ancestors` to match reality...
Boris Feld -
r40769:8947f49d default
parent child Browse files
Show More
@@ -768,7 +768,7 b' class revlog(object):'
768 return chain, stopped
768 return chain, stopped
769
769
770 def ancestors(self, revs, stoprev=0, inclusive=False):
770 def ancestors(self, revs, stoprev=0, inclusive=False):
771 """Generate the ancestors of 'revs' in reverse topological order.
771 """Generate the ancestors of 'revs' in reverse revision order.
772 Does not generate revs lower than stoprev.
772 Does not generate revs lower than stoprev.
773
773
774 See the documentation for ancestor.lazyancestors for more details."""
774 See the documentation for ancestor.lazyancestors for more details."""
General Comments 0
You need to be logged in to leave comments. Login now