Show More
@@ -496,9 +496,6 b' def successorssets(repo, initialnode, ca' | |||||
496 | for its live spawn. Code that makes multiple calls to `successorssets` |
|
496 | for its live spawn. Code that makes multiple calls to `successorssets` | |
497 | *must* use this cache mechanism or suffer terrible performances.""" |
|
497 | *must* use this cache mechanism or suffer terrible performances.""" | |
498 |
|
498 | |||
499 | if isinstance(initialnode, int): |
|
|||
500 | initialnode = repo.unfiltered().changelog.node(initialnode) |
|
|||
501 |
|
||||
502 | succmarkers = repo.obsstore.successors |
|
499 | succmarkers = repo.obsstore.successors | |
503 |
|
500 | |||
504 | # Stack of nodes we search successors sets for |
|
501 | # Stack of nodes we search successors sets for |
General Comments 0
You need to be logged in to leave comments.
Login now