jj/lib/tests
Martin von Zweigbergk e9ddfdd8bc Repo: repurpose ReadonlyRepo::loader() to return loader for existing repo
It's sometimes useful to create a `RepoLoader` given an existing
`ReadonlyRepo`. We already do that in `ReadonlyRepo::reload()`. This
patch repurposes `ReadonlyRepo::reload()` for that.
2021-03-14 10:34:18 -07:00
..
test_bad_locking.rs View: move op_id/base_op_id to Repo 2021-03-14 00:25:02 -08:00
test_commit_builder.rs
test_commit_concurrent.rs View: move op_id/base_op_id to Repo 2021-03-14 00:25:02 -08:00
test_diff_summary.rs
test_evolution.rs cleanup: fix lots of issues found in the lib crate by clippy 2021-02-26 23:15:43 -08:00
test_git.rs cleanup: fix lots of issues found in the lib crate by clippy 2021-02-26 23:15:43 -08:00
test_index.rs cleanup: fix lots of issues found in the lib crate by clippy 2021-02-26 23:15:43 -08:00
test_init.rs
test_load_repo.rs Repo: repurpose ReadonlyRepo::loader() to return loader for existing repo 2021-03-14 10:34:18 -07:00
test_merge_trees.rs
test_operations.rs View: move op_id/base_op_id to Repo 2021-03-14 00:25:02 -08:00
test_transaction.rs
test_view.rs
test_working_copy.rs cleanup: replace #[cfg(not(windows))] by $[cfg(unix)] 2021-03-12 15:45:55 -08:00
test_working_copy_concurrent.rs