ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/tests
Martin von Zweigbergk 30939ca686 view: return &HashSet instead of Iterator
We want to be able to be able to do fast `.contains()` checks on the
result, so `Iterator` was a bad type. We probably should hide the
exact type (currently `HashSet` for both readonly and mutable views),
but we can do that later. I actually thought I'd want to use
`.contains()` for indiciting public-phase commits in the log output,
but of course want to also indicate ancestors as public. This still
seem like a step (mostly) in the right direction.
2021-01-16 13:00:05 -08:00
..
test_bad_locking.rs view: return &HashSet instead of Iterator 2021-01-16 13:00:05 -08:00
test_commit_builder.rs cargo: rename crates to names available on crates.io 2021-01-03 10:16:00 -08:00
test_commit_concurrent.rs view: return &HashSet instead of Iterator 2021-01-16 13:00:05 -08:00
test_diff_summary.rs cargo: rename crates to names available on crates.io 2021-01-03 10:16:00 -08:00
test_evolution.rs cargo: rename crates to names available on crates.io 2021-01-03 10:16:00 -08:00
test_git.rs view: return &HashSet instead of Iterator 2021-01-16 13:00:05 -08:00
test_index.rs view: make remove_head() not add parents as heads 2021-01-15 01:08:05 -08:00
test_init.rs cargo: rename crates to names available on crates.io 2021-01-03 10:16:00 -08:00
test_load_repo.rs repo: return error when attempting to load repo where there is none 2021-01-04 09:18:09 -08:00
test_merge_trees.rs cargo: rename crates to names available on crates.io 2021-01-03 10:16:00 -08:00
test_operations.rs view: return &HashSet instead of Iterator 2021-01-16 13:00:05 -08:00
test_transaction.rs view: return &HashSet instead of Iterator 2021-01-16 13:00:05 -08:00
test_view.rs view: return &HashSet instead of Iterator 2021-01-16 13:00:05 -08:00
test_working_copy.rs cargo: rename crates to names available on crates.io 2021-01-03 10:16:00 -08:00
test_working_copy_concurrent.rs repo: return error when attempting to load repo where there is none 2021-01-04 09:18:09 -08:00