forked from mirrors/jj
cli: add comment why stock config isn't add_source()-d to main config_builder
This commit is contained in:
parent
0a28b2c508
commit
c86f7f87e4
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ fn env_base() -> config::Config {
|
|||
}
|
||||
|
||||
fn default_mergetool_config() -> config::Config {
|
||||
// Syntax error in default config isn't a user error. That's why defaults are
|
||||
// loaded by separate builder.
|
||||
config::Config::builder()
|
||||
.add_source(config::File::from_str(
|
||||
include_str!("merge-tools.toml"),
|
||||
|
|
Loading…
Reference in a new issue