~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge cleanup into texinfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
Path to the editor Bazaar should use for commit messages, etc.
61
61
 
 
62
BZR_LOG
 
63
~~~~~~~
 
64
 
 
65
Location of the Bazaar log file. You can check the current location by
 
66
running ``bzr version``.
 
67
 
 
68
The log file contains debug information that is useful for diagnosing or
 
69
reporting problems with Bazaar.
 
70
 
 
71
Setting this to ``NUL`` on Windows or ``/dev/null`` on other platforms
 
72
will disable logging.
 
73
 
 
74
 
62
75
BZR_PLUGIN_PATH
63
76
~~~~~~~~~~~~~~~
64
77
 
77
90
 
78
91
As for the ``PATH`` variables, if multiple directories are
79
92
specified in ``BZR_PLUGIN_PATH`` they should be separated by the
80
 
platform specific appropriate character (':' on Unix/Linux/etc,
 
93
platform specific appropriate character (':' on Unix,
81
94
';' on windows)
82
95
 
83
96
By default if ``BZR_PLUGIN_PATH`` is set, it replaces searching
172
185
Location
173
186
~~~~~~~~
174
187
 
175
 
Configuration files are located in ``$HOME/.bazaar`` on Linux/Unix and
 
188
Configuration files are located in ``$HOME/.bazaar`` on Unix and
176
189
``C:\Documents and Settings\<username>\Application Data\Bazaar\2.0`` on
177
190
Windows. (You can check the location for your system by using
178
191
``bzr version``.)
483
496
    using deprecated formats.
484
497
 
485
498
 
 
499
Unicode options
 
500
---------------
 
501
 
 
502
output_encoding
 
503
~~~~~~~~~~~~~~~
 
504
 
 
505
A Python unicode encoding name for text output from bzr, such as log
 
506
information.  Values include: utf8, cp850, ascii, iso-8859-1.  The default
 
507
is the terminal encoding prefered by the operating system.
 
508
 
 
509
 
486
510
Branch type specific options
487
511
----------------------------
488
512