This is an archive of the discontinued Mercurial Phabricator instance.

run-tests: allow bisecting a different repo
ClosedPublic

Authored by quark on Aug 30 2017, 6:36 PM.

Details

Summary

Add --bisect-repo flag which accepts a different repo to bisect.

3rd party extensions may reuse run-tests.py from core to run tests. Test
failure could be caused by either a core hg change or the 3rd party
extension code itself. Having a way to specify which repo to bisect is
useful.

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

quark created this revision.Aug 30 2017, 6:36 PM
This revision was automatically updated to reflect the committed changes.