On Wed, 2012-02-08 at 19:02 +0100, Lukasz Mach 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? Or you
> could clone repo from git by mercurial and do bisect there.
>
Yep. Git has such a thing. See: man git-bisect