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