Comments
Patch
@@ -874,11 +874,10 @@ def successorssets(repo, initialnode, ca
successors sets. It is meant to reuse the computation of a previous call to
`successorssets` when multiple calls are made at the same time. The cache
dictionary is updated in place. The caller is responsible for its life
span. Code that makes multiple calls to `successorssets` *must* use this
cache mechanism or suffer terrible performance.
-
"""
succmarkers = repo.obsstore.successors
# Stack of nodes we search successors sets for