~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-11-14 03:50:56 UTC
  • mto: (3054.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3055.
  • Revision ID: ian.clatworthy@internode.on.net-20071114035056-72l6odzpby4bcmub
First cut at new look User Guide including chapters 1 and 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
====================
2
 
Bazaar configuration
3
 
====================
 
1
Bazaar configuration reference
 
2
##############################
4
3
 
5
4
Information on how to configure Bazaar.
6
5
 
87
86
one of the values for a branch with a setting that is specific to you then you
88
87
can do so in ``locations.conf``.
89
88
 
90
 
General Format
 
89
General format
91
90
--------------
92
91
 
93
92
An ini file has three types of contructs: section headers, section
99
98
mark", "pound sign" or "number sign"). Comment lines are ignored by
100
99
Bazaar when parsing ini files.
101
100
 
102
 
Section Headers
 
101
Section headers
103
102
~~~~~~~~~~~~~~~
104
103
A section header is a word enclosed in brackets that starts at the begining
105
104
of a line.  A typical section header looks like this::
119
118
    [/home/jdoe/branches/]
120
119
 
121
120
 
122
 
Section Variables
 
121
Section variables
123
122
~~~~~~~~~~~~~~~~~
124
123
 
125
124
A section variable resides within a section. A section variable contains a
129
128
    check_signatures = require
130
129
 
131
130
 
132
 
Variable Policies
 
131
Variable policies
133
132
~~~~~~~~~~~~~~~~~
134
133
 
135
134
Variables defined in a section affect the named directory or URL plus
210
209
 
211
210
.. _authentication configuration file documentation: authentication_conf.html
212
211
 
213
 
Common Variable Options
 
212
Common variable options
214
213
=======================
215
214
 
216
215
email
334
333
not publically-accessible).  Used (and set) by ``bzr send``.
335
334
 
336
335
 
337
 
Branch 6 Options
 
336
Branch 6 options
338
337
================
339
338
 
340
339
These options apply only to branches that use the "dirstate-tags" format.  They