This is an archive of the discontinued Mercurial Phabricator instance.

revset: correct ordering issues caused by `return subset.filter(...)`
AbandonedPublic

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

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

A lot of revset functions use return subset.filter(...) which enforces
followorder. This patch changes them to use intersect so order is
handled correctly.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped