This is an archive of the discontinued Mercurial Phabricator instance.

hbisect: pass repo into hbisect.bisect
ClosedPublic

Authored by dsp on Nov 23 2017, 5:24 PM.

Details

Summary

Pass repo into the bisect function to get more flexibility in what we can call.
This will allow us to use revsets to rewrite parts of the ancestor and children
calculation in later patches.

Test Plan
python run-tests.py test-bisect*

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

dsp created this revision.Nov 23 2017, 5:24 PM
yuja accepted this revision.Nov 24 2017, 10:38 PM
This revision is now accepted and ready to land.Nov 24 2017, 10:38 PM
This revision was automatically updated to reflect the committed changes.