~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/configuration.txt

  • Committer: John Arbash Meinel
  • Date: 2006-07-31 23:04:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1902.
  • Revision ID: john@arbash-meinel.com-20060731230457-5e8f5a064959d474
Update tests to use a truly unused port

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
 
 
7
1
Location of configuration file
8
2
==============================
9
3
Each user gets a pair of configurations files in $HOME/.bazaar. The first
20
14
-------
21
15
A comment is any line that starts with a "#" (sometimes called a "hash
22
16
mark", "pound sign" or "number sign"). Comment lines are ignored by
23
 
Bazaar when parsing ini files.
 
17
Bazaar-NG when parsing ini files.
24
18
 
25
19
section header
26
20
--------------
83
77
    create_signatures = always
84
78
    check_signatures  = always
85
79
 
86
 
    [http://bazaar-vcs.org/bzr/*]
 
80
    [http://bazaar-ng.org/bzr/*]
87
81
    check_signatures  = require
88
82
 
89
83
Common Variable options
100
94
------
101
95
The path of the editor that you wish to use if *bzr commit* is run without
102
96
a commit log message. This setting is trumped by the environment variables
103
 
$BZR_EDITOR or $EDITOR.
 
97
$BZREDITOR or $EDITOR.
104
98
 
105
99
check_signatures
106
100
----------------
114
108
 
115
109
check-available
116
110
    (default) If gnupg signatures for revisions are present, check them.
117
 
    Bazaar will fail if it finds a bad signature, but will not fail if
 
111
    Bazaar-NG will fail if it finds a bad signature, but will not fail if
118
112
    no signature is present
119
113
 
120
114
create_signatures