jj/lib/tests
Yuya Nishihara 6344cd56b3 repo_path: remove RepoPathJoin trait, just implement join() on the type
I don't think we'll add join() that takes different types.
2023-11-26 07:14:47 +09:00
..
test_bad_locking.rs
test_commit_builder.rs
test_commit_concurrent.rs
test_conflicts.rs merge: rename Merge::new() to Merge::from_removes_adds() 2023-11-07 17:10:12 +09:00
test_default_revset_graph_iterator.rs
test_diff_summary.rs
test_git.rs tests: add upper bound to test_concurrent_read_write_commit() loop 2023-11-24 18:07:35 +09:00
test_id_prefix.rs
test_index.rs
test_init.rs
test_load_repo.rs
test_local_working_copy.rs repo_path: remove RepoPathJoin trait, just implement join() on the type 2023-11-26 07:14:47 +09:00
test_local_working_copy_concurrent.rs
test_local_working_copy_sparse.rs
test_merge_trees.rs merge: have Merge::adds()/removes() return iterator 2023-11-05 16:43:06 +09:00
test_merged_tree.rs repo_path: remove RepoPathJoin trait, just implement join() on the type 2023-11-26 07:14:47 +09:00
test_mut_repo.rs
test_operations.rs
test_refs.rs merge: add Merge constructor that accepts interleaved values 2023-11-07 17:10:12 +09:00
test_revset.rs revset: add a RevsetExpression::evaluate_programmatic() 2023-11-24 21:13:58 -10:00
test_rewrite.rs lib: Implement skipping of empty commits 2023-11-24 14:48:06 +11:00
test_view.rs
test_workspace.rs