How do I use Bazaar with a HTTP proxy?

bazaar, http-proxy

Solution

Set the `http_proxy` environment variable to point to your proxy, eg. (on Windows):

set http_proxy=http://webcache.mycompany.com:3128/

See the "Environment variables" section of http://bazaar-vcs.org/ConfiguringBzr

Problem

How do I use Bazaar with a HTTP proxy? I can't find anything in their documentation.

Original source