/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2010-06-21 20:03:23 UTC
  • mto: This revision was merged to the branch mainline in revision 5312.
  • Revision ID: robertc@robertcollins.net-20100621200323-cq4ue2try98gznq5
Return self from the new context managers so that new objects used with with statements are usable.

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``.)