ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/src
Martin von Zweigbergk 6d78d92d91 cli: move jj amend/unamend aliases to config
The `amend/unamend` aliases exist for smoothen onboarding for
Git/Mercurial users; I don't think we should recommend that users use
them, so I think it's fine if users override them as they
like. Therefore, I think they belong in the config.
2024-03-09 22:43:50 -08:00
..
commands cli: move jj amend/unamend aliases to config 2024-03-09 22:43:50 -08:00
config cli: move jj amend/unamend aliases to config 2024-03-09 22:43:50 -08:00
merge_tools cli: ensure child processes are wait()ed on I/O error 2024-03-05 09:23:15 +09:00
cleanup_guard.rs No need for Lazy in LIVE_GUARDS 2023-08-22 02:12:05 -04:00
cli_util.rs cli: propagate type error of "ui.default-command" 2024-03-08 23:57:59 +09:00
command_error.rs repo_path: show more detailed error if filesystem path failed to parse 2024-03-09 11:01:43 +09:00
commit_templater.rs templater: inline commit/operation_templater::parse(), add command helper fns 2024-03-05 12:12:34 +09:00
config-schema.json Add configuration options for node symbols in the graphs. 2024-03-09 21:16:58 +01:00
config.rs cli: show executable name in error message, include underlying error details 2023-11-23 10:05:45 +09:00
description_util.rs cli: move join_message_paragraphs() to description_util 2024-03-07 00:33:28 +09:00
diff_util.rs Add --context flag for diffs. 2024-03-05 07:48:23 +01:00
formatter.rs formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
generic_templater.rs templater: add general-purpose template engine for value types 2024-03-06 11:38:57 +09:00
git_util.rs cli: ensure child processes are wait()ed on I/O error 2024-03-05 09:23:15 +09:00
graphlog.rs Add configuration options for node symbols in the graphs. 2024-03-09 21:16:58 +01:00
lib.rs templater: add general-purpose template engine for value types 2024-03-06 11:38:57 +09:00
main.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
operation_templater.rs templater: inline commit/operation_templater::parse(), add command helper fns 2024-03-05 12:12:34 +09:00
progress.rs cli: elide path in snapshot progress in the same way 2023-09-02 08:21:33 +09:00
template.pest templater: parse negative integer as unary operator and literal 2024-02-10 09:15:21 +09:00
template_builder.rs templater: unimplement Default for TestTemplateEnv 2024-03-06 11:38:57 +09:00
template_parser.rs cli: enrich the error about required template value with a hint 2024-03-06 08:12:40 +05:00
templater.rs templater: propagate <out-of-range date> as an error 2024-02-29 01:30:43 +09:00
text_util.rs formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
time_util.rs templater: propagate <out-of-range date> as an error 2024-02-29 01:30:43 +09:00
ui.rs cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00