Commit Graph

2 Commits

Author SHA1 Message Date
Karsten Patzwaldt 0d2ae5b4ac repo-bisect: do proper bisect
The bisect code was a bit confused, and would always look at the versions
at the boundaries, instead of the versions in the middle, thus not doing
a proper bisect.

This change fixes this behaviour, the revision tested will be in the middle
of the current range, and will then become the lower (for a good revision) or
upper (for a bad revision) boundary for the next iteration.
2020-08-03 07:43:11 -07:00
Tom Marshall 3535ffb18c Add repo-bisect 2020-08-03 07:39:58 -07:00