mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-11 15:07:06 +00:00
The list of migration rules is managed by CliRunner. I don't know if that's needed, but in theory, an extension may insert migration rules as well as default config layers. Migration could be handled by ConfigEnv::resolve_config(), but it seemed rather complicated because Vec<ConfigMigrationRule> cannot be cloned, and the scope of these variables are a bit different. |
||
---|---|---|
.. | ||
examples | ||
src | ||
testing | ||
tests | ||
build.rs | ||
Cargo.toml | ||
docs | ||
LICENSE |