CLI --config argument parsing is still missing, as is per-repo config
Details
- Reviewers
Alphare pulkit - Group Reviewers
hg-reviewers - Commits
- rHG2845892dd489: rust: Parse system and user configuration
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
rust/hg-core/src/config/config.rs | ||
---|---|---|
144 | The code lists weakest precedence first (in Python because later config.set method calls overwrite previous values in a dict, in Rust because get_inner uses .rev() to find the last value for a given key). But config.txt lists strongest precedence first, starting with per-repository. |
rust/hg-core/src/config/config.rs | ||
---|---|---|
144 | Maybe we should open a discussion or a bug about it. Right now, being compliant with the implementation seems like a safe bet. |
typo 'platforms'