( )⚙ D8481 pullbundles: use unfiltered repo for head/base matching

This is an archive of the discontinued Mercurial Phabricator instance.

pullbundles: use unfiltered repo for head/base matching
ClosedPublic

Authored by joerg.sonnenberger on Apr 24 2020, 2:20 PM.

Details

Summary

The unfiltered view works even when changeset transistion from draft to
hidden phase. The normal visibility is already ensured by discovery as
invisible heads would have been filtered out before. Skipping the
filtering has a positive impact on performance, too.

Diff Detail

Repository
rHG Mercurial
Branch
stable
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

marmoute accepted this revision.Apr 28 2020, 4:23 AM
marmoute added a subscriber: marmoute.

seems fine

This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.