Comment 2 for bug 330570

Revision history for this message
Raphael Barabas (irgendwoanders) wrote :

You can control Bazaars proxy behavior with environment variables. If one of those is set, bzr will ignore the IE settings.
HTTP_PROXY
HTTPS_PROXY
NO_PROXY

So in Windows use something like this: SET NO_PROXY=192.168.0.0/24 and bazaar will work without proxy.
Or use SET HTTP_PROXY=http://192.168.1.1:8080/ and bazaar will use the proxy specified.

You can make it permanent by using the dialog "System properties -> advanced -> user variables"