~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Ian Clatworthy
  • Date: 2007-12-13 07:30:10 UTC
  • mto: (3105.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3106.
  • Revision ID: ian.clatworthy@internode.on.net-20071213073010-cv81py4kq4f2m390
feedback from poolie

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Configuration reference
2
2
=======================
3
3
 
4
 
.. Information on how to configure Bazaar.
5
 
 
6
4
.. TODO: Should have some explanation of why you'd want things in
7
5
.. branch.conf.
8
6
 
32
30
 
33
31
Control whether SIGQUIT behaves normally or invokes a breakin debugger.
34
32
 
35
 
* 0 = Standard SIGQUIT behavior
 
33
* 0 = Standard SIGQUIT behavior (normally, exit with a core dump)
36
34
* 1 = Invoke breakin debugger (default)
37
35
 
38
36
BZR_HOME
84
82
 
85
83
Configuration files are located in ``$HOME/.bazaar`` on Linux/Unix and
86
84
``C:\Documents and Settings\<username>\Application Data\Bazaar\2.0`` on
87
 
Windows. There are three primary configuration files in this location:
 
85
Windows. (You can check the location for your system by using
 
86
``bzr version``.)
 
87
 
 
88
There are three primary configuration files in this location:
88
89
 
89
90
* ``bazaar.conf`` describes default configuration options,
90
91