|
|
|
|
|
by Zambyte
557 days ago
|
|
I have never really made bisect a part of my workflow, but something I believe would work well with just jj is making two workspaces before and after the issue, and iteratively walking their working revisions toward each other. That has the advantage of being able to run both versions simultaneously easily. |
|
You have N versions between your endpoints, and you test log(N) of them. You don't test any single version more than one time.