mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-01 00:50:57 +00:00
4e1b71b6b1
This patch removes pre-merge steps which depend on the ConfigBuilder API. Some of Vec<ConfigLayer> could be changed to Vec<config::Config> (or Vec<ConfigTable>) to drop the layer parameter, but I'm not sure which is better. parse_config_args() will have to construct ConfigLayer (or ConfigTable + Option<PathBuf>) if we add support for --config-file=PATH argument. |
||
---|---|---|
.. | ||
examples | ||
src | ||
testing | ||
tests | ||
build.rs | ||
Cargo.toml | ||
docs | ||
LICENSE |