ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara 6addfb0198 cli: migrate --config-toml processing, make UserSettings immutable
It's unclear whether parse_args() or its caller should update LayeredConfigs.
--config-toml is processed by callee to apply --color early. -R/--repository
will be processed by caller since it will instantiate WorkspaceLoader.
Maybe --config-toml can be removed from EarlyArgs, and handle_early_args()
just updates ui state based on --color argument?
2023-01-07 11:33:12 +09:00
..
gen-protos lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
src cli: migrate --config-toml processing, make UserSettings immutable 2023-01-07 11:33:12 +09:00
tests backend: remove PartialEq/Eq implementations 2023-01-02 12:28:51 -06:00
testutils repo: add MutableRepo::new_commit() returning CommitBuilder 2022-12-26 23:30:52 -08:00
build.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
Cargo.toml cargo: bump insta from 1.23.0 to 1.24.1 2023-01-04 09:30:57 -08:00