Bazaar
Proxy
To use a http proxy behind a firewall:
$ export http_proxy="http://your-http-proxy.com:80"
Using lp:<project> is not working, e.g.:
$ bzr branch lp:python-six
Use this instead:
$ bzr branch https://code.launchpad.net/python-six
Or:
$ bzr branch http://bazaar.launchpad.net/~gutworth/python-six/main/
To push changes to launchpad, you should use ssh proxy. Then:
$ bzr push bzr+ssh://bazaar.launchpad.net/~gutworth/python-six/main/
