Show More
@@ -70,7 +70,7 b' def _revdescendants(repo, revs, followfi' | |||||
70 | yield i |
|
70 | yield i | |
71 | break |
|
71 | break | |
72 |
|
72 | |||
73 |
return _ |
|
73 | return _generatorset(iterate(), iterasc=True) | |
74 |
|
74 | |||
75 | def _revsbetween(repo, roots, heads): |
|
75 | def _revsbetween(repo, roots, heads): | |
76 | """Return all paths between roots and heads, inclusive of both endpoint |
|
76 | """Return all paths between roots and heads, inclusive of both endpoint |
General Comments 0
You need to be logged in to leave comments.
Login now