mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-04 10:51:37 +00:00
9c561429c0
This adds a `jj move [--from <rev>] [--to <rev>] [-i]` command, which lets you move some changes from one commit into another. `jj squash/amend` is just a special case of this new command. Except for that command's more specialized help text, instructions, etc., it could be implemented as simply `jj move --to @-`. |
||
---|---|---|
.. | ||
commands.rs | ||
diff_edit.rs | ||
formatter.rs | ||
graphlog.rs | ||
lib.rs | ||
main.rs | ||
template.pest | ||
template_parser.rs | ||
templater.rs | ||
testutils.rs | ||
ui.rs |