jj/cli/src
jyn 0d3e949439 give a warning when trying to redefine a built-in command
previously, aliases to built-in commands were silently ignored. this matches git's behavior, but seems unhelpful, especially if the user doesn't know that a command with that name already exists.
give a warning rather than silently ignoring it.
2024-05-17 16:50:54 +01:00
..
commands cli: make jj branch track show conflicts 2024-05-17 12:21:10 +02:00
config cli: port "branch list" to template 2024-05-10 08:36:38 +09:00
merge_tools merge_tools: leverage Display for printing exit status 2024-05-14 10:24:28 +09:00
cleanup_guard.rs
cli_util.rs give a warning when trying to redefine a built-in command 2024-05-17 16:50:54 +01:00
command_error.rs diff_util: remove CommandError dependency from show functions 2024-05-14 09:36:13 +09:00
commit_templater.rs templater: propagate error from commit.parents() method 2024-05-14 10:24:11 +09:00
config-schema.json cli: add ui.color = "debug" 2024-05-11 10:16:09 +02: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 diff_util: remove WorkspaceCommandHelper dependency from show functions 2024-05-14 09:36:13 +09:00
diff_util.rs diff_util: remove WorkspaceCommandHelper dependency from show functions 2024-05-14 09:36:13 +09:00
formatter.rs ui: add per-type FormatterFactory constructors, inline selection 2024-05-12 09:21:18 +09:00
generic_templater.rs templater: add type_name() method to tagged property types 2024-04-26 00:57:26 +09:00
git_util.rs ui: make hint_*() methods return Option 2024-04-01 13:00:27 -07:00
graphlog.rs graphlog: refactor out node symbols from GraphLog 2024-03-12 08:25:58 +05:00
lib.rs cli: extract primitives for user revset parsing and evaluation 2024-03-14 22:59:43 +09:00
main.rs
operation_templater.rs templater: remove IntoTemplate abstraction, use extension method instead 2024-05-09 08:51:34 +09:00
progress.rs cli: elide path in snapshot progress in the same way 2023-09-02 08:21:33 +09:00
revset_util.rs revset: make RevsetParseContext opaque 2024-05-06 10:42:01 -04:00
template.pest fileset, revset, templater: add support for single-quoted raw string literals 2024-04-25 11:14:33 +09:00
template_builder.rs cli: add ui.color = "debug" 2024-05-11 10:16:09 +02:00
template_parser.rs templater: include actual type name in error messages 2024-04-26 00:57:26 +09:00
templater.rs templater: add SizeHint type to represent revset.count_estimate() value 2024-05-09 08:51:34 +09:00
text_util.rs cli: add ui.color = "debug" 2024-05-11 10:16:09 +02:00
time_util.rs templater: propagate <out-of-range date> as an error 2024-02-29 01:30:43 +09:00
ui.rs cli: insert tracing at editor/pager invocation 2024-05-12 23:06:14 +09:00