rhg: Fall back to Python if unsupported extensions are enabled
Extensions might affect behavior in ways we can’t anticipate, so just ignoring them is not correct. Later we’ll add opt-in configuration to ignore specific extensions. Differential Revision: https://phab.mercurial-scm.org/D10112
Showing
- rust/Cargo.lock 2 additions, 2 deletionsrust/Cargo.lock
- rust/hg-core/src/config/config.rs 9 additions, 0 deletionsrust/hg-core/src/config/config.rs
- rust/hg-core/src/config/layer.rs 8 additions, 0 deletionsrust/hg-core/src/config/layer.rs
- rust/rhg/Cargo.toml 1 addition, 1 deletionrust/rhg/Cargo.toml
- rust/rhg/src/main.rs 25 additions, 1 deletionrust/rhg/src/main.rs
Loading
Please register or sign in to comment