mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-15 16:53:25 +00:00
5be75d0e31
This patch moves the logic for updating branches from `update_branches_after_rewrite()` into `DescendantRebaser`. The branches are now updated along with each rebased commit rather than all being updated at the end. The new code uses the information about rewritten and abandoned commits that `DescendantRebaser` gets from `MutableRepo`. That is different from the old code, which used the evolution state. This patch thus moves us one step closer to removing evolution (#32). |
||
---|---|---|
.. | ||
commands.rs | ||
diff_edit.rs | ||
formatter.rs | ||
graphlog.rs | ||
lib.rs | ||
main.rs | ||
template.pest | ||
template_parser.rs | ||
templater.rs | ||
testutils.rs | ||
ui.rs |