jj/cli/src
Yuya Nishihara da01734639 settings: own StackedConfig by UserSettings, migrate tests to use config layer
UserSettings::get_*() will be changed to look up a merged value from
StackedConfig, not from a merged config::Value. This will help migrate away
from the config crate.

Not all tests are ported to ConfigLayer::parse() because it seemed a bit odd
to format!() a TOML document and parse it to build a table of configuration
variables.
2024-11-30 10:01:05 +09:00
..
commands settings: own StackedConfig by UserSettings, migrate tests to use config layer 2024-11-30 10:01:05 +09:00
config merge_tools: allow setting conflict marker style per-tool 2024-11-26 09:05:17 -06:00
merge_tools settings: own StackedConfig by UserSettings, migrate tests to use config layer 2024-11-30 10:01:05 +09:00
cleanup_guard.rs
cli_util.rs settings: own StackedConfig by UserSettings, migrate tests to use config layer 2024-11-30 10:01:05 +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: teach commands about files 2024-11-28 15:34:39 +01:00
config-schema.json merge_tools: allow setting conflict marker style per-tool 2024-11-26 09:05:17 -06:00
config.rs config: replace LayeredConfigs with StackedConfig 2024-11-28 08:45:48 +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
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
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
progress.rs
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
text_util.rs
time_util.rs
ui.rs config: add type alias for config::ConfigError 2024-11-23 10:20:27 +09:00