Home
last modified time | relevance | path

Searched defs:MissingAncestors (Results 1 – 2 of 2) sorted by relevance

/dports/devel/mercurial/mercurial-6.0/rust/hg-core/src/
H A Dancestors.rs38 pub struct MissingAncestors<G: Graph> { struct
39 graph: G,
40 bases: HashSet<Revision>,
41 max_base: Revision,
211 impl<G: Graph> MissingAncestors<G> { impl
/dports/devel/mercurial/mercurial-6.0/rust/hg-core/tests/
H A Dtest_missing_ancestors.rs74 MissingAncestors(HashSet<Revision>), enumerator