Show More
@@ -447,7 +447,7 b' def allsuccessors(obsstore, nodes, ignor' | |||
|
447 | 447 | current = remaining.pop() |
|
448 | 448 | yield current |
|
449 | 449 | for mark in obsstore.successors.get(current, ()): |
|
450 |
# ignore marker flagged with |
|
|
450 | # ignore marker flagged with specified flag | |
|
451 | 451 | if mark[2] & ignoreflags: |
|
452 | 452 | continue |
|
453 | 453 | for suc in mark[1]: |
General Comments 0
You need to be logged in to leave comments.
Login now