Show More
@@ -234,7 +234,7 def missingancestors(revs, bases, pfunc) | |||||
234 | thisvisit = basesvisit |
|
234 | thisvisit = basesvisit | |
235 | othervisit = revsvisit |
|
235 | othervisit = revsvisit | |
236 | else: |
|
236 | else: | |
237 |
# not an ancestor of |
|
237 | # not an ancestor of revs or bases: ignore | |
238 | continue |
|
238 | continue | |
239 |
|
239 | |||
240 | thisvisit.remove(curr) |
|
240 | thisvisit.remove(curr) |
General Comments 0
You need to be logged in to leave comments.
Login now