This just makes it a little easier to follow and removes the need to
call the superclass's method in workingctx.
Details
Details
- Reviewers
dsp - Group Reviewers
hg-reviewers - Commits
- rHGc714e82b9ac2: context: always pass a matcher into _matchstatus() (API)
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
I guess either works. I personally prefer the inheritance here as it feels easier to get it right from an unsuspected caller, but i can see benefits on both sides.