~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/configuration.txt

[merge] bialix: add a win32 installer

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
====================
 
2
Bazaar configuration
 
3
====================
 
4
 
 
5
Information on how to configure Bazaar.
 
6
 
1
7
Location of configuration file
2
8
==============================
3
9
Each user gets a pair of configurations files in $HOME/.bazaar. The first
14
20
-------
15
21
A comment is any line that starts with a "#" (sometimes called a "hash
16
22
mark", "pound sign" or "number sign"). Comment lines are ignored by
17
 
Bazaar-NG when parsing ini files.
 
23
Bazaar when parsing ini files.
18
24
 
19
25
section header
20
26
--------------
77
83
    create_signatures = always
78
84
    check_signatures  = always
79
85
 
80
 
    [http://bazaar-ng.org/bzr/*]
 
86
    [http://bazaar-vcs.org/bzr/*]
81
87
    check_signatures  = require
82
88
 
83
89
Common Variable options
108
114
 
109
115
check-available
110
116
    (default) If gnupg signatures for revisions are present, check them.
111
 
    Bazaar-NG will fail if it finds a bad signature, but will not fail if
 
117
    Bazaar will fail if it finds a bad signature, but will not fail if
112
118
    no signature is present
113
119
 
114
120
create_signatures