Comment 1 for bug 249256

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote : Re: bzr get fails in tree building ... sometimes

More... in bzrdir.py:1021, in this line:

            tree_format = repository._format._matchingbzrdir.workingtree_format

'repository._format._matchingbzrdir' is the _class_ object, so 'repository._format._matchingbzrdir.workingtree_format' is the _property_ object.

Hilarity ensues.