Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG260c17eaf3f7: fix: use ctx1.status(ctx2) instead of repo.status(ctx1, ctx2)
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
I wasn't, this is just a little bit shorter, and it avoid looking up the ctx1 that we already have (repo[ctx] has fast-path that return ctx, so it's not expensive, just a little ugly IMO.