rhg status is experimental right now and does not support all functionalities.
While the long term target is to implement them, for now we add a fallback to
have all tests pass with rhg status enabled.
Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHG64b8676f11bb: rhg: fallback if tweakdefaults or statuscopies is enabled with status
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
Nit: These match + if pairs can be folded into a single if invocation.config.get_bool(b"ui", b"tweakdefaults") == Some(true) each.
Other than this, looks good.