Comment 11 for bug 234890

Revision history for this message
Daniel Hahler (blueyed) wrote :

I rather think the problem here is that we pass b.last_revision() (which is probably null) to b.repository.get_revision.

The attached patch should fix this.

Please note, that I've only skimmed the traceback and haven't tested/verified the patch.