mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-28 07:20:11 +00:00
a78976cd29
I'm going to teach `DescendantRebaser` to also update local branches pointing to rewritten commits, taking over the responsibility from `rewrite::update_branches_after_rewrite()`. For commits that have been rewritten as multiple new commits (divergent, not split), that function makes local branches pointing to the old commit point to all the new commits. To replicate that behavior in `DescendantRebaser`, it needs to know about divergent changes. This change addresses that. |
||
---|---|---|
.. | ||
test_bad_locking.rs | ||
test_commit_builder.rs | ||
test_commit_concurrent.rs | ||
test_diff_summary.rs | ||
test_evolution.rs | ||
test_git.rs | ||
test_index.rs | ||
test_init.rs | ||
test_load_repo.rs | ||
test_merge_trees.rs | ||
test_mut_repo.rs | ||
test_operations.rs | ||
test_refs.rs | ||
test_revset.rs | ||
test_revset_graph_iterator.rs | ||
test_rewrite.rs | ||
test_view.rs | ||
test_working_copy.rs | ||
test_working_copy_concurrent.rs |