jj/lib/tests
Yuya Nishihara b7543f8a08 rewrite: fix check for newly-empty commit in optimized path
'old_base_tree_id == None' means the rebased tree is unchanged, so the commit
shouldn't be considered newly-empty.
2023-11-26 14:42:17 +09:00
..
test_bad_locking.rs
test_commit_builder.rs
test_commit_concurrent.rs
test_conflicts.rs
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
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
test_revset.rs revset: add a RevsetExpression::evaluate_programmatic() 2023-11-24 21:13:58 -10:00
test_rewrite.rs rewrite: fix check for newly-empty commit in optimized path 2023-11-26 14:42:17 +09:00
test_view.rs
test_workspace.rs