Mercurial > hg
comparison tests/test-rebase-mq.t @ 41112:3023bc4b3da0
discovery: introduce a partialdiscovery object
This object will ultimately gather the data about common, undecided and
missing revs in a single place and deal with most graph related computations.
The goal is both to clarify the algorithm and to help provides a simple and
clear API that can be reimplemented in Rust.
For now, we only moved the `common` set in the object. In this commit, some
direct access to the "private" `disco._common` attribute persist. They have
not been removed yet because we won't need to expose a full API identical to
`incrementalmissingancestors` and it seems simpler to access the attribute
directly until the replacement is in place.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 28 Dec 2018 03:14:34 +0100 |
parents | 4edd427f34c1 |
children | dc5e5577af39 |
comparison
equal
deleted
inserted
replaced
41111:3c85a62d7462 | 41112:3023bc4b3da0 |
---|