View Ticket
Not logged in
Ticket UUID: 33ffff3b4d961cf6e2a0ce265e2758992d04195e
Title: Add a way to do an automatic binary search
Status: Fixed Type: Feature_Request
Severity: Important Priority:
Subsystem: Resolution: Fixed
Last Modified: 2010-12-07 15:36:53
Version Found In: cf178577ec]
Description & Comments:
It would be nice if there could be an automatic way (writing a test program) to bisect for a commit that triggered a change in the test program result, for a given branch.

Or you think that should be a task for a script that uses fossil?

Thank you.


anonymous claiming to be gour added on 2010-11-27 07:40:49:
I'd say it's the task for the script.


anonymous claiming to be viric added on 2010-11-30 21:05:19:
So, let's say that we know, for a given branch, two checkins, extremes of where we want to do the binary search.

What fossil command would return a list of all the checkins between them, they included?


drh added on 2010-12-07 15:36:53:
The "fossil bisect" command has been added.