Show More
@@ -46,7 +46,7 b' def _revancestors(repo, revs, followfirs' | |||||
46 | if parent != node.nullrev: |
|
46 | if parent != node.nullrev: | |
47 | heapq.heappush(h, -parent) |
|
47 | heapq.heappush(h, -parent) | |
48 |
|
48 | |||
49 |
return _ |
|
49 | return _generatorset(iterate(), iterasc=False) | |
50 |
|
50 | |||
51 | def _revdescendants(repo, revs, followfirst): |
|
51 | def _revdescendants(repo, revs, followfirst): | |
52 | """Like revlog.descendants() but supports followfirst.""" |
|
52 | """Like revlog.descendants() but supports followfirst.""" |
General Comments 0
You need to be logged in to leave comments.
Login now