jj/cli/src
Scott Taylor e75afec82c rewrite: allow abandoning while moving commits
Instead of calling `move_commits`, callers now have the option to call
`compute_move_commits` and then customize the rebase before calling
`ComputedMoveCommits::apply`. `ComputedMoveCommits::record_to_abandon`
can be used to abandon commits while rebasing.
2025-05-21 11:58:13 +00:00
..
commands rewrite: allow abandoning while moving commits 2025-05-21 11:58:13 +00:00
config cli: define "operation tags" color properly 2025-05-18 01:42:14 +00:00
merge_tools async: bubble up async-ness from Backend::read_file 2025-05-20 22:07:03 +00:00
cleanup_guard.rs
cli_util.rs cli: add top-level context label to commit templates 2025-05-19 01:41:15 +00:00
command_error.rs cli: resolve: show a hint towards editing the conflict markers manually if the conflict has >2 sides 2025-05-20 18:11:43 +00:00
commit_templater.rs templater: deprecate CommitId::normal_hex() 2025-05-16 11:12:33 +00:00
complete.rs cli complete: fix typo in a variable 2025-05-10 15:36:46 +00:00
config-schema.json cli: unify diff format/tool config variables 2025-05-16 00:33:49 +00:00
config.rs config: clarify warning 2025-05-16 13:46:22 +00:00
description_util.rs squash: add trailer support 2025-04-18 16:35:16 +00:00
diff_util.rs async: bubble up async-ness from Backend::read_file 2025-05-20 22:07:03 +00:00
formatter.rs formatter: add support for reversing colors 2025-03-25 15:54:22 +00:00
generic_templater.rs templater: use Self::<variant> in property enums for short 2025-05-13 00:18:02 +00:00
git_util.rs cli: git: fix "tag" labeling in import stats 2025-05-18 07:30:46 +00:00
graphlog.rs cli: remove GraphLog::Edge type 2025-01-12 01:51:25 +00:00
lib.rs cli: make git support optional 2025-01-08 22:02:21 +00:00
main.rs cli: replace ExitCode by u8 2025-05-17 05:45:59 +00:00
movement_util.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
operation_templater.rs templater: use Self::<variant> in property enums for short 2025-05-13 00:18:02 +00:00
progress.rs cleanup: remove unneeded lifetime capturing from snapshot_progress() 2025-03-08 01:16:56 +00:00
revset_util.rs cli: improve hint to abandon commits when divergent change appears 2025-05-16 00:21:38 +00:00
template.pest templater: add arithmetic operators 2025-05-16 12:45:09 +00:00
template_builder.rs templater: add arithmetic operators 2025-05-16 12:45:09 +00:00
template_parser.rs templater: add arithmetic operators 2025-05-16 12:45:09 +00:00
templater.rs templater: make .labeled() accept list of labels 2025-05-19 01:41:15 +00:00
text_util.rs tests: run insta --force-update-snapshots 2025-03-06 21:35:08 +00:00
time_util.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
ui.rs cli: add CommandNameAndArgs::as_str() helper 2025-05-16 00:33:49 +00:00