On Wed, Feb 8, 2012 at 6:02 PM, Lukasz Mach <[email protected]> wrote: > (08.02.2012 18:58), lkcl luke wrote: >>> Uncaught TypeError: Object slice([('tab', 'Tab')], 1, None) has no >>> > method '__iter__' >> deep joy. can you check which commit (binary search it) actually >> gives the problem? > > Mercurial has very useful command, called "bisect", which finds in > minimum steps bad commit. Maybe git has something like that?
yeah it does - i just don't know how to use it: all i do is "git log > f" then manually cut/paste git checkouts. the reason for doing that is because sometimes a series of commits, just by looking at the log, you know damn well that there's an error (which got fixed a couple of commits later) and if the "bisect" ended up in the middle of that it would of course make the bisect go in the wrong direction. l.

