mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-06 11:34:54 +00:00
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. |
||
---|---|---|
.. | ||
test_bad_locking.rs | ||
test_commit_builder.rs | ||
test_commit_concurrent.rs | ||
test_diff_summary.rs | ||
test_evolution.rs | ||
test_index.rs | ||
test_merge_trees.rs | ||
test_operations.rs | ||
test_transaction.rs | ||
test_view.rs | ||
test_working_copy.rs | ||
test_working_copy_concurrent.rs |