~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/en/configuration.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-08-30 07:47:38 UTC
  • mfrom: (5394.2.1 integration2)
  • Revision ID: pqm@pqm.ubuntu.com-20100830074738-ymqwum541fi8b4sr
(vila) Fix most of the leaking tests (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
 
91
91
As for the ``PATH`` variables, if multiple directories are
92
92
specified in ``BZR_PLUGIN_PATH`` they should be separated by the
93
 
platform specific appropriate character (':' on Unix/Linux/etc,
 
93
platform specific appropriate character (':' on Unix,
94
94
';' on windows)
95
95
 
96
96
By default if ``BZR_PLUGIN_PATH`` is set, it replaces searching
179
179
The path where Bazaar should look for shell plugin external commands.
180
180
 
181
181
 
 
182
http_proxy, https_proxy
 
183
~~~~~~~~~~~~~~~~~~~~~~~
 
184
 
 
185
Specifies the network proxy for outgoing connections, for example::
 
186
 
 
187
  http_proxy=http://proxy.example.com:3128/ 
 
188
  https_proxy=http://proxy.example.com:3128/
 
189
 
 
190
 
182
191
Configuration files
183
192
-------------------
184
193
 
185
194
Location
186
195
~~~~~~~~
187
196
 
188
 
Configuration files are located in ``$HOME/.bazaar`` on Linux/Unix and
 
197
Configuration files are located in ``$HOME/.bazaar`` on Unix and
189
198
``C:\Documents and Settings\<username>\Application Data\Bazaar\2.0`` on
190
199
Windows. (You can check the location for your system by using
191
200
``bzr version``.)
496
505
    using deprecated formats.
497
506
 
498
507
 
 
508
Unicode options
 
509
---------------
 
510
 
 
511
output_encoding
 
512
~~~~~~~~~~~~~~~
 
513
 
 
514
A Python unicode encoding name for text output from bzr, such as log
 
515
information.  Values include: utf8, cp850, ascii, iso-8859-1.  The default
 
516
is the terminal encoding prefered by the operating system.
 
517
 
 
518
 
499
519
Branch type specific options
500
520
----------------------------
501
521