jj/lib/tests
Martin von Zweigbergk 66ba74cf5a evolution: use updated state when resolving descendants of orphans
Before this commit, when the `evolve()` evolved a stack of orphans, it
would use the evolve state from the beginning of the function to
calculate where they should go. That meant that only the bottom-most
orphan(s) would get evolved to their right place. This commit fixes
that by use the Transaction's evolution state.
2020-12-23 17:32:32 -08:00
..
test_bad_locking.rs
test_commit_builder.rs
test_commit_concurrent.rs
test_diff_summary.rs
test_evolution.rs evolution: use updated state when resolving descendants of orphans 2020-12-23 17:32:32 -08:00
test_index.rs
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