Fossil SCM
Add a way to do an automatic binary search
Fixed
33ffff3b4d961cf…
· opened 15 years, 4 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- Nov. 26, 2010 9:25 a.m.
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.