Subject: | If all revisions between start and end are skipped, svn-bisect arbitrarily picks a revision |
Using svn-bisect, I had narrowed down a bug to a range of revisions.
Revision N (the exact value doesn't matter) didn't have the bug,
revision N+7 did, but revisions N+1..N+6 were skipped because they
couldn't be tested. After I performed the last skip operation,
svn-bisect arbitrarily decided that the bug was introduced in revision
N+7. But actually, the bug *could* have been introduced in any one of
N+1..N+7, and I think the final output of svn-bisect should reflect that
fact.