Fossil

View Ticket
Login
2010-12-07
15:36 Fixed ticket [33ffff3b4d]: Add a way to do an automatic binary search plus 2 other changes artifact: 9776498294 user: drh
2010-12-04
19:25
Basic functionality for the "bisect" command is now working. Ticket [33ffff3b4d961cf6e2a0] check-in: bd75ea06b8 user: drh tags: trunk
2010-11-30
21:05 Ticket [33ffff3b4d] Add a way to do an automatic binary search status still Open with 1 other change artifact: ddc7a753a9 user: anonymous
2010-11-27
07:40 Ticket [33ffff3b4d]: 2 changes artifact: e16c64038a user: anonymous
2010-11-26
09:25 New ticket [33ffff3b4d]. artifact: 0c5ca7e5f8 user: anonymous

Ticket Hash: 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
15.33 years ago
Created: 2010-11-26 09:25:55
15.36 years ago
Version Found In: cf178577ec]
Description:
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.