jj/lib/tests
Yuya Nishihara 986649623d commit_builder: relax type of description parameter
The next commit will introduce a newtype for -m/--message argument which
can be converted Into<String>.

Since CommitBuilder is a thin wrapper, code bloat caused by generic parameters
wouldn't matter. I have another set of commits that makes all builder methods
accept Into/IntoIterator, which will remove some of .clone() calls from tests.
2022-12-22 14:59:03 +09:00
..
test_bad_locking.rs cleanup: address unnecessary_borrow lints reported by Clippy 1.66 2022-12-15 12:38:01 -08:00
test_commit_builder.rs
test_commit_concurrent.rs repo: rename BackendFactories to StoreFactories 2022-12-14 14:10:30 -08:00
test_conflicts.rs
test_diff_summary.rs
test_git.rs op_heads_store: give the OpHeadsStore factory semantics 2022-12-16 10:47:48 -08:00
test_index.rs repo: rename BackendFactories to StoreFactories 2022-12-14 14:10:30 -08:00
test_init.rs
test_load_repo.rs repo: rename BackendFactories to StoreFactories 2022-12-14 14:10:30 -08:00
test_merge_trees.rs cleanup: let new Clippy move variables into format strings 2022-12-14 21:30:58 -08:00
test_mut_repo.rs commit_builder: relax type of description parameter 2022-12-22 14:59:03 +09:00
test_operations.rs commit_builder: relax type of description parameter 2022-12-22 14:59:03 +09:00
test_refs.rs
test_revset.rs commit_builder: relax type of description parameter 2022-12-22 14:59:03 +09:00
test_revset_graph_iterator.rs
test_rewrite.rs commit_builder: relax type of description parameter 2022-12-22 14:59:03 +09:00
test_view.rs commit_builder: relax type of description parameter 2022-12-22 14:59:03 +09:00
test_working_copy.rs cleanup: address unnecessary_borrow lints reported by Clippy 1.66 2022-12-15 12:38:01 -08:00
test_working_copy_concurrent.rs cleanup: let new Clippy move variables into format strings 2022-12-14 21:30:58 -08:00
test_working_copy_sparse.rs
test_workspace.rs repo: rename BackendFactories to StoreFactories 2022-12-14 14:10:30 -08:00