Comment 3 for bug 151027

Revision history for this message
John A Meinel (jameinel) wrote :

I just realized that there could have been an import timing issue.

In that I was updating 'bzr.dev', and using bzr.dev to create a new branch.

So it is possible that the "fetch.py" code hadn't been imported until after the "bzr update" was finished, but by then the supporting code had already been run (repository.py).

I realized this because some of the lines are obviously wrong (look at "line 712, in fetch") clearly it isn't supposed to be a docstring. So obviously some stuff changed while it was running.