This is an archive of the discontinued Mercurial Phabricator instance.

revset: correct ordering issues caused by `return x - y`
AbandonedPublic

Authored by quark on Aug 20 2017, 6:00 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

The remaining revset ordering issues are caused by the pattern
return x - y, which takes x's order unconditionally.

Since there are just 2 users, I'm fixing them in place without introducing
another helper function.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped