jj/lib/tests
Yuya Nishihara f7377fbbcd merged_tree: replace MergedTreeVal<'_> by Merge<Option<&TreeValue>>
MergedTreeVal was roughly equivalent to Merge<Option<Cow<_>>. As we've dropped
support for the legacy trees, it can be simplified to Merge<Option<&_>>.
2024-08-12 23:01:46 +09:00
..
runner.rs merged_tree: remove .diff_summary() 2024-08-06 10:15:44 +09:00
test_bad_locking.rs
test_commit_builder.rs copy-tracking: plumb CopyRecordMap through diff method 2024-08-11 17:01:45 -04:00
test_commit_concurrent.rs
test_conflicts.rs
test_default_revset_graph_iterator.rs
test_git.rs
test_git_backend.rs copy-tracking: create CopyRecordMap and add it to diff summaries 2024-08-11 17:01:45 -04:00
test_gpg.rs
test_id_prefix.rs
test_index.rs
test_init.rs
test_load_repo.rs
test_local_working_copy.rs tests: do not pass in commit objects loaded from different store 2024-08-08 23:05:37 +09:00
test_local_working_copy_concurrent.rs
test_local_working_copy_sparse.rs copy-tracking: plumb CopyRecordMap through diff method 2024-08-11 17:01:45 -04:00
test_merge_trees.rs
test_merged_tree.rs merged_tree: replace MergedTreeVal<'_> by Merge<Option<&TreeValue>> 2024-08-12 23:01:46 +09:00
test_mut_repo.rs
test_operations.rs op_walk: include operation ids in multiple match error 2024-08-03 09:22:26 +09:00
test_refs.rs
test_revset.rs tests: evaluate file()/diff_contains() revset against merged parents 2024-08-11 18:23:21 +09:00
test_rewrite.rs
test_rewrite_transform.rs
test_signing.rs
test_ssh_signing.rs
test_view.rs
test_workspace.rs