Comment 3 for bug 354075

Revision history for this message
Robert Collins (lifeless) wrote :

Works for me:

>>> import bzrlib.branch
>>> b = bzrlib.branch.Branch.open(':push')
>>> b.get_config().get_bzr_remote_path()
u'/home/robertc/bzr.dev/bzr'
>>>