jj/cli/src
Yuya Nishihara 96cfae1ff7 cli: abandon: show warning if deleted bookmarks had tracking remotes
This should mitigate the issue that user might push deleted bookmarks without
noticing by "jj abandon && jj git push --all".

https://github.com/jj-vcs/jj/issues/3505#issuecomment-2646024815
2025-03-28 14:34:51 +00:00
..
commands cli: abandon: show warning if deleted bookmarks had tracking remotes 2025-03-28 14:34:51 +00:00
config vimdiff merge tool: automatically navigate to first conflict 2025-03-27 22:12:08 +00:00
merge_tools conflicts: pack MaterializedTreeValue::File fields, use read_all() helper 2025-03-23 01:31:15 +00:00
cleanup_guard.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
cli_util.rs cli: move has_tracked_remote_bookmarks() to cli_util 2025-03-28 14:34:51 +00:00
command_error.rs git: refactor push ref error reporting 2025-03-26 04:46:38 +00:00
commit_templater.rs revset: extract internal context struct from RevsetParseContext 2025-03-26 13:03:41 +00:00
complete.rs cli: completion: fix renamed paths 2025-03-27 22:23:29 +00:00
config-schema.json formatter: add support for reversing colors 2025-03-25 15:54:22 +00:00
config.rs config: relax bare string rule to accept middle apostrophes, etc. 2025-03-22 09:00:44 +00:00
description_util.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
diff_util.rs conflicts: pack MaterializedTreeValue::File fields, use read_all() helper 2025-03-23 01:31:15 +00:00
formatter.rs formatter: add support for reversing colors 2025-03-25 15:54:22 +00:00
generic_templater.rs templater: add config(name) function 2025-01-11 01:40:23 +00:00
git_util.rs view: port bookmark/tag name types to RefName/RemoteName 2025-03-26 11:07:06 +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: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05: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 cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
progress.rs cleanup: remove unneeded lifetime capturing from snapshot_progress() 2025-03-08 01:16:56 +00:00
revset_util.rs revset: extract internal context struct from RevsetParseContext 2025-03-26 13:03:41 +00:00
template.pest templater: rename "logical" eq/ne operators 2024-12-12 22:48:45 +09:00
template_builder.rs cleanup: switch to use<'_> capturing syntax 2025-03-08 01:16:56 +00:00
template_parser.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
templater.rs cleanup: switch to use<'_> capturing syntax 2025-03-08 01:16:56 +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 ui: do not pass empty choice input to parse function 2025-03-18 15:43:43 +00:00