Home
last modified time | relevance | path

Searched refs:remove_ancestors_from (Results 1 – 4 of 4) sorted by relevance

/dports/devel/mercurial/mercurial-6.0/rust/hg-core/tests/
H A Dtest_missing_ancestors.rs112 fn remove_ancestors_from(&mut self, revs: &mut HashSet<Revision>) { in remove_ancestors_from() method
324 inc.remove_ancestors_from(&mut hrevs).unwrap(); in test_missing_ancestors_compare_naive()
325 naive.remove_ancestors_from(&mut rrevs); in test_missing_ancestors_compare_naive()
/dports/devel/mercurial/mercurial-6.0/rust/hg-core/src/
H A Dancestors.rs272 pub fn remove_ancestors_from( in remove_ancestors_from() method
617 .remove_ancestors_from(&mut revset) in assert_missing_remove()
784 missing_ancestors.remove_ancestors_from(&mut revs).unwrap(); in test_remove_ancestors_from_case1()
H A Ddiscovery.rs226 self.common.remove_ancestors_from(undecided)?; in add_common_revisions()
/dports/devel/mercurial/mercurial-6.0/rust/hg-cpython/src/
H A Dancestors.rs174 inner.remove_ancestors_from(&mut revs_pyset)