PQM

Comment 3 for bug 191393

Revision history for this message
Tom Haddon (mthaddon) wrote :

It appears this is a problem with bzrlib.branch - get this error any time you try to open a remote branch, but works fine for local branches:

mthaddon@hurlyburly:~/work/pqm/pqm-queue/pqm$ python
Python 2.5.2 (r252:60911, Oct 5 2008, 19:24:49)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from bzrlib.branch import Branch
>>> Branch.open('/home/mthaddon/work/pqm/hello-world')
BzrBranch6('file:///home/mthaddon/work/pqm/hello-world/')
>>> Branch.open('bzr+ssh://www.greenleaftech.net/home/mthaddon/pqm-test/published_hello-world')
No handlers could be found for logger "bzr"
RemoteBranch(bzr+ssh://www.greenleaftech.net/home/mthaddon/pqm-test/published_hello-world/)
>>>

Not sure if this bug needs retargeting as a result.