~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/configuration.txt

  • Committer: John Arbash Meinel
  • Date: 2006-10-11 00:23:23 UTC
  • mfrom: (2070 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2071.
  • Revision ID: john@arbash-meinel.com-20061011002323-82ba88c293d7caff
[merge] bzr.dev 2070

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
94
100
------
95
101
The path of the editor that you wish to use if *bzr commit* is run without
96
102
a commit log message. This setting is trumped by the environment variables
97
 
$BZREDITOR or $EDITOR.
 
103
$BZR_EDITOR or $EDITOR.
98
104
 
99
105
check_signatures
100
106
----------------
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