jj/lib/tests
Martin von Zweigbergk 6807407814 evolution: fix it so pruned commits can be divergent
A pruned commit just indicates that its predecessors should be evolved
onto the pruned commit's parent instead of onto the pruned commit
itself. The pruned commit itself can be divergent. For example, if
there are several pruned sucessors of a commit, then it's unclear
where the predecessor's children should be rebased to.
2020-12-23 18:01:01 -08:00
..
test_bad_locking.rs
test_commit_builder.rs
test_commit_concurrent.rs
test_diff_summary.rs
test_evolution.rs evolution: fix it so pruned commits can be divergent 2020-12-23 18:01:01 -08:00
test_index.rs index: make Index::load() return Arc<IndexFile> instead of Index 2020-12-18 16:12:45 -08:00
test_merge_trees.rs trees: make entries() function be the recursive one, since it's more common 2020-12-20 00:26:06 -08:00
test_operations.rs
test_transaction.rs
test_view.rs
test_working_copy.rs working_copy: fix test to show that already tracked files are not ignored 2020-12-22 10:03:42 -08:00
test_working_copy_concurrent.rs working_copy: let WorkingCopy and TreeState have the working copy path 2020-12-18 23:56:32 -08:00