mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-01 00:50:57 +00:00
714bc0a9e6
The `move_commits` function accepts a set of target commits to shift to a new location given by `new_parents` and `new_children`. The roots of the target set will be reparented onto `new_parents`. `new_children` will then be reparented onto the heads of the target set. The commits will be rebased in reverse topological order based on the new set of parents of each commit, which avoids the need for multiple sets of rebase operations. |
||
---|---|---|
.. | ||
examples | ||
src | ||
testing | ||
tests | ||
build.rs | ||
Cargo.toml | ||
LICENSE |