Comment 18 for bug 186920

Revision history for this message
Stefan Sauer (ensonic) wrote : Re: bzr launchpad does not handle proxy when used for name resolution

As far as I understood, you do that in one go. Please at least print the resolved URL. what I ment was:
> bzr resolve lp:foo
lp:foo = https://code.launchpad.net/foo
> bzr branch https://code.launchpad.net/foo
...

The problem is that you mix proxied and un-proxied conection in one operation. I can checkout code if I have the http: link.