Comment 0 for bug 692085

Revision history for this message
James Tait (jamestait) wrote : "maximum recursion depth exceeded while calling a Python object" during bzr diff --old=lp:....

I have a local branch and I wanted to compare it against a branch hosted on Launchpad to make sure I could delete the local copy. IIRC the local branch was created yesterday via "bzr branch lp:hedera thunderbird3". At that point lp:hedera should have been pointing to the thunderbird3 series, which was backed by the branch lp:~jamestait/hedera/thunderbird3. I have since moved some things around:

I renamed the trunk series, pointing to lp:~jamestait/hedera/trunk to thunderbird2
I renamed the branch lp:~jamestait/hedera/trunk to thunderbird2
I renamed the thunderbird3 series, pointing to lp:~jamestait/hedera/thunderbird3, to trunk
I renamed the branch lp:~jamestait/hedera/thunderbird3 to trunk

Development focus on the project is trunk, lp:hedera points to lp:~jamestait/hedera/trunk.

Some time in the dim and distant past, there was some problem with branch stacking on this project. Some nice person in #launchpad (IIRC) fixed that, but I don't know how.