Comment 1 for bug 250422

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

This seems to be closer to the root cause:

mwh@grond:repro$ bzr serve &
[1] 14679
listening on port: 4155
mwh@grond:repro$ python2.4
Python 2.4.5 (#2, Apr 21 2008, 11:22:42)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import bzrlib.bzrdir
>>> bzrlib.bzrdir.BzrDir.open('repo').get_config()
<bzrlib.config.BzrDirConfig object at 0xe14fd0>
>>> bzrlib.bzrdir.BzrDir.open('bzr://localhost/repo').get_config()
>>>