jj/lib/tests
Martin von Zweigbergk 0a4ef1030f repo: add support for loading at given operation without loading head op first
The only way to load the repo at a current operation (as with
`--at-op`) is currently to first load it at the head operation and
then call `reload()` on the repo. This patch makes it so we can load
the repo directly at the requested operation.
2021-03-06 09:52:10 -08:00
..
test_bad_locking.rs
test_commit_builder.rs
test_commit_concurrent.rs
test_diff_summary.rs
test_evolution.rs
test_git.rs
test_index.rs
test_init.rs
test_load_repo.rs repo: add support for loading at given operation without loading head op first 2021-03-06 09:52:10 -08:00
test_merge_trees.rs
test_operations.rs
test_transaction.rs
test_view.rs
test_working_copy.rs
test_working_copy_concurrent.rs