Home
last modified time | relevance | path

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

/dports/devel/mercurial/mercurial-6.0/rust/hg-core/src/
H A Dancestors.rs635 fn assert_missing_ancestors( in assert_missing_ancestors() function
652 assert_missing_ancestors(&[10], &[11], &[3, 7, 11]); in test_missing_ancestors()
653 assert_missing_ancestors(&[11], &[10], &[5, 10]); in test_missing_ancestors()
654 assert_missing_ancestors(&[7], &[9, 11], &[3, 6, 9, 11]); in test_missing_ancestors()