jj/src
Martin von Zweigbergk 9c561429c0 cli: add a command for moving part of a change into another change
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 @-`.
2022-01-27 22:33:31 -08:00
..
commands.rs cli: add a command for moving part of a change into another change 2022-01-27 22:33:31 -08:00
diff_edit.rs working_copy: save TreeState later, just before releasing lock 2022-01-19 08:32:59 -08:00
formatter.rs docs: replace jj concepts by markdown docs 2021-12-17 15:18:41 -08:00
graphlog.rs cleanup: let Clippy fix a bunch of warnings 2021-06-14 00:27:31 -07:00
lib.rs styler: rename Styler to more standard Formatter 2021-06-05 08:38:28 -07:00
main.rs project: rename project from Jujube to Jujutsu 2021-05-15 10:28:40 -07:00
template.pest import commit 0f15be02bf4012c116636913562691a0aaa7aed2 from my hg repo 2020-12-12 00:23:38 -08:00
template_parser.rs cleanup: fix some issues reported by new clippy and/or rustc 2021-12-10 14:12:45 -08:00
templater.rs cli: show Git HEAD in log output 2021-12-01 11:08:53 -08:00
testutils.rs working_copy: move logic for creating commit to caller 2021-08-15 18:55:09 -07:00
ui.rs cli: use color only when stdout is a TTY 2022-01-16 17:37:14 -08:00