~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/setting_up_email.txt

  • Committer: James Blackwell
  • Date: 2006-03-14 16:57:35 UTC
  • mto: This revision was merged to the branch mainline in revision 1700.
  • Revision ID: jblack@merconline.com-20060314165735-30bae1b8da652fa4
Now they look good in rst2html

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
===============================
12
12
Bazaar-NG will try to guess an email address based on your username and the
13
13
hostname if none is set.  This will probably not be what you want, so three
14
 
ways exist to tell Bazaar-NG what email to use::
 
14
ways exist to tell Bazaar-NG what email to use
15
15
 
16
16
 * You can set your email in the default ini file,
17
17
 * You can set emails per-branch in the branch specific ini file,
18
18
 * Or your email can be set by an environmental variable.
19
19
 
20
 
The order of precedence is::
 
20
The order of precedence is
21
21
 
22
22
 1. If the `$BZREMAIL` env variable is set, use it.
23
23
 2. If an email is set for your current branch in the `branches.conf` ini file.