[07:07] Hi! I need to find a bad commit in a project using bazaar. The trick is, I need to apply some later commits for the project to work at all. So I need to revert to a commit like 20 commits ago, and then apply the last, say five. What is the best approach here? [07:23] nevermind, I *think* I got it [10:54] INeedAMap: looks like bzr has a bisect command just like git, that would be the best option