Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHG1d5fd9def5ac: rhg: simplify the handling of share-safe config mismatch
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
There is no benefit to fast-pathing the mismatch case, so it's better to keep the code simple.
In particular the code being removed is hard-coding the fact that the default value is abort, which is something we want to change in the hg deployment we use.
Removing this fast-path make configitems.py the only place where the default value is specified.
Comment Actions
FYI, we are in a code freeze until ~March 1st, so this will get some attention after this.