jj/cli/src
Yuya Nishihara 5db4f0bca0 cli: make jj desc and jj st aliases visible again
This backs out commit fd271d39ad "cli: make `jj desc` and `jj st` aliases
hidden."

As we discussed in https://github.com/martinvonz/jj/pull/4811, completion of
flags doesn't work for hidden aliases.
2024-12-03 23:10:24 +09:00
..
commands cli: make jj desc and jj st aliases visible again 2024-12-03 23:10:24 +09:00
config merge_tools: allow setting conflict marker style per-tool 2024-11-26 09:05:17 -06:00
merge_tools cli: leverage new settings.get(path) in merge-tools lookup 2024-12-03 09:42:47 +09:00
cleanup_guard.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
cli_util.rs settings: migrate get() to StackedConfig, rename .stacked_config to .config 2024-12-03 09:42:47 +09:00
command_error.rs cli: Fix error message grammar and associated tests 2024-11-25 18:22:33 -06:00
commit_templater.rs conflicts: add "ui.conflict-marker-style" config 2024-11-23 08:28:47 -06:00
complete.rs completion: suggest file paths incrementally 2024-12-01 11:06:36 +01:00
config-schema.json merge_tools: allow setting conflict marker style per-tool 2024-11-26 09:05:17 -06:00
config.rs settings: do not store "debug.randomness-seed" in stringified form 2024-12-03 09:42:47 +09:00
description_util.rs settings: add forwarding getters, replace most of .config() uses 2024-11-23 10:20:27 +09:00
diff_util.rs conflicts: add "ui.conflict-marker-style" config 2024-11-23 08:28:47 -06:00
formatter.rs config: add type alias for config::ConfigError 2024-11-23 10:20:27 +09:00
generic_templater.rs templater: add abstraction to implement equality operation per type 2024-11-10 21:41:24 +09:00
git_util.rs cli git fetch: clarify the error for invalid branch names/globs 2024-11-29 11:27:05 -08:00
graphlog.rs settings: add forwarding getters, replace most of .config() uses 2024-11-23 10:20:27 +09:00
lib.rs completion: teach rename about local bookmarks 2024-11-10 07:26:22 +01:00
main.rs
movement_util.rs settings: add forwarding getters, replace most of .config() uses 2024-11-23 10:20:27 +09:00
operation_templater.rs templater: add abstraction to implement equality operation per type 2024-11-10 21:41:24 +09:00
progress.rs repo_path: add stub for checked to_fs_path(), rename unchecked functions 2024-11-06 15:03:41 -08:00
revset_util.rs config: replace LayeredConfigs with StackedConfig 2024-11-28 08:45:48 +09:00
template.pest templater: add != operator as user would probably expect that it exists 2024-11-10 21:41:24 +09:00
template_builder.rs templater: add != operator as user would probably expect that it exists 2024-11-10 21:41:24 +09:00
template_parser.rs templater: add != operator as user would probably expect that it exists 2024-11-10 21:41:24 +09:00
templater.rs formatter: flush color escape sequence when raw() stream is requested 2024-10-14 11:44:24 +09:00
text_util.rs text_util: add function to pad labeled text 2024-10-21 08:47:08 +09:00
time_util.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
ui.rs config: add type alias for config::ConfigError 2024-11-23 10:20:27 +09:00