jj/lib/tests
Yuya Nishihara 424786def1 refs: leverage Conflict::flatten() and simplify() to premerge ref targets
The order of conflicted ids slightly changed since Conflict::simplify()
tries to preserve diff pairs. It shouldn't matter so long as the result is
stable.
2023-07-12 21:29:41 +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 git: do not import/export local branch named "HEAD" 2023-07-11 16:29:27 +09:00
test_id_prefix.rs
test_index.rs
test_init.rs
test_load_repo.rs
test_merge_trees.rs
test_mut_repo.rs repo: do not discard old working-copy commit if it's pointed by local branch 2023-07-12 21:29:11 +09:00
test_operations.rs
test_refs.rs refs: leverage Conflict::flatten() and simplify() to premerge ref targets 2023-07-12 21:29:41 +09:00
test_revset.rs revset: resolve "HEAD@git" just like other pseudo @git branches 2023-07-11 16:29:27 +09:00
test_rewrite.rs tests: make RefTarget::Conflict { .. } assertion not rely on id order 2023-07-12 21:29:41 +09:00
test_view.rs
test_working_copy.rs
test_working_copy_concurrent.rs
test_working_copy_sparse.rs
test_workspace.rs