Show More
@@ -376,7 +376,7 b' def ancestorspec(repo, subset, x, n):' | |||||
376 | for i in range(n): |
|
376 | for i in range(n): | |
377 | r = cl.parentrevs(r)[0] |
|
377 | r = cl.parentrevs(r)[0] | |
378 | ps.add(r) |
|
378 | ps.add(r) | |
379 |
return subset |
|
379 | return subset & ps | |
380 |
|
380 | |||
381 | def author(repo, subset, x): |
|
381 | def author(repo, subset, x): | |
382 | """``author(string)`` |
|
382 | """``author(string)`` |
General Comments 0
You need to be logged in to leave comments.
Login now