Comment 1 for bug 393694

Revision history for this message
Robert Collins (lifeless) wrote :

Doesn't import needed module.

So, bzr-bisect is using bzrlib.builtins, but doesn't import it itself :). The fix should be quite easy.

As a workaround, bzr --no-plugins ... - this will disable plugin loading.