/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 doc/en/user-guide/configuration.txt

  • Committer: Vincent Ladeuil
  • Date: 2007-10-23 07:15:13 UTC
  • mfrom: (2926 +trunk)
  • mto: (2961.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2962.
  • Revision ID: v.ladeuil+lp@free.fr-20071023071513-elryt6g2at34d2ur
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
.. TODO: Should have some explanation of why you'd want things in
8
8
.. branch.conf.
9
9
 
 
10
 
 
11
Environment variables
 
12
=====================
 
13
While most configuration is handled by configuration files, some options
 
14
which may be semi-permanent can also be controlled through the environment.
 
15
 
 
16
BZR_EMAIL
 
17
---------
 
18
Override the email id used by Bazaar.  Typical format::
 
19
 
 
20
  "John Doe <jdoe@example.com>"
 
21
 
 
22
See also the ``email`` configuration value.
 
23
 
 
24
BZR_PROGRESS_BAR
 
25
----------------
 
26
Override the progress display.  Possible values are "none", "dots", "tty"
 
27
 
 
28
BZR_SIGQUIT_PDB
 
29
---------------
 
30
Control whether SIGQUIT behaves normally or invokes a breakin debugger.
 
31
0 = Standard SIGQUIT behavior
 
32
1 = Invoke breakin debugger (default)
 
33
 
 
34
BZR_HOME
 
35
--------
 
36
Override the home directory used by Bazaar.
 
37
 
 
38
BZR_SSH
 
39
-------
 
40
Select a different SSH implementation.
 
41
 
 
42
BZR_PDB
 
43
-------
 
44
Control whether to launch a debugger on error.
 
45
0 = Standard behavior
 
46
1 = Launch debugger
 
47
 
 
48
BZR_REMOTE_PATH
 
49
---------------
 
50
Path to the Bazaar executable to use when using the bzr+ssh protocol.
 
51
 
 
52
See also the ``bzr_remote_path`` configuration value
 
53
 
 
54
BZR_EDITOR
 
55
----------
 
56
Path to the editor Bazaar should use for commit messages, etc.
 
57
 
 
58
BZR_PLUGIN_PATH
 
59
---------------
 
60
The path to the plugins directory that Bazaar should use.
 
61
 
 
62
BZRPATH
 
63
-------
 
64
The path where Bazaar should look for shell plugin external commands.
 
65
 
 
66
 
10
67
Location of configuration files
11
68
===============================
12
69
Each user gets a pair of configurations files in ``$HOME/.bazaar``. The first
250
307
Branch 6 Options
251
308
================
252
309
 
253
 
These options apply only to branches that use the "experimental-branch6"
254
 
format.  They are usually set in ``.bzr/branch/branch.conf`` automatically, but
255
 
may be manually set in ``locations.conf`` or ``bazaar.conf``.
 
310
These options apply only to branches that use the "dirstate-tags" format.  They
 
311
are usually set in ``.bzr/branch/branch.conf`` automatically, but may be
 
312
manually set in ``locations.conf`` or ``bazaar.conf``.
256
313
 
257
314
append_revisions_only
258
315
---------------------