After this patch, we have config option to control all aspects of shares
when share source is upgraded or downgraded.
Details
Details
- Reviewers
marmoute Alphare - Group Reviewers
hg-reviewers - Commits
- rHGd159d0fafa78: sharesafe: introduce config to disallow outdated shares if upgrade fails
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
mercurial/localrepo.py | ||
---|---|---|
611–618 | We will want the abort to get into play when the upgrade was tried, but failed. |
Comment Actions
This looks good on its own, but I haven't seen any user-facing documentation/help text for the config options. Please send a follow-up.
We will want the abort to get into play when the upgrade was tried, but failed.