~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-18 04:55:00 UTC
  • mfrom: (5784.2.1 754188-apport-test)
  • Revision ID: pqm@pqm.ubuntu.com-20110418045500-ce6lkgyiq7f47q43
(mbp) Rewrite test_report_bug_legacy away from using doctest (see bug
 764188) (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
Using a network proxy
20
20
---------------------
21
21
 
22
 
If your network requires that you use an http proxy for outbound
 
22
If your network requires that you use an HTTP proxy for outbound
23
23
connections, you must set the ``http_proxy`` variable.  If the proxy is
24
24
also required for https connections, you need to set ``https_proxy`` too.
25
25
If you need these and don't have them set, you may find that connections
133
133
For further information on how rules are searched and the detailed syntax of
134
134
the relevant files, see `Rules <../user-reference/index.html#rules>`_
135
135
in the Bazaar User Reference.
 
136
 
 
137
 
 
138
Escaping command lines
 
139
----------------------
 
140
 
 
141
When you give a program name or command line in configuration, you can quote
 
142
to include special characters or whitespace.  The same rules are used across
 
143
all platforms.
 
144
 
 
145
The rules are: strings surrounded by double-quotes are interpreted as single
 
146
"words" even if they contain whitespace, and backslash may be used to quote
 
147
quotation marks.  For example::
 
148
 
 
149
    BZR_EDITOR="C:\Program Files\My Editor\myeditor.exe"