~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/configuring_bazaar.txt

  • Committer: Martin Pool
  • Date: 2010-07-07 01:55:26 UTC
  • mto: This revision was merged to the branch mainline in revision 5337.
  • Revision ID: mbp@sourcefrog.net-20100707015526-es8mwmqd4wc8an2e
Document no_proxy

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  http_proxy=http://proxy.example.com:3128/
34
34
  https_proxy=http://proxy.example.com:3128/
35
35
 
 
36
The ``no_proxy`` variable can be set to a comma-separated list of hosts
 
37
which shouldn't be reached by the proxy.  (See
 
38
<http://docs.python.org/library/urllib.html> for more details.)
 
39
 
 
40
 
36
41
Configuration files
37
42
-------------------
38
43