~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/setting_up_email.txt

[merge] bzr.dev 1807

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
The order of precedence is
21
21
 
22
22
 1. If the `$BZREMAIL` env variable is set, use it.
23
 
 2. If an email is set for your current branch in the `branches.conf` ini file.
 
23
 2. If an email is set for your current branch in the `locations.conf` ini
 
24
    file.
24
25
 3. If an email is set in the `bazaar.conf` default ini file.
25
26
 4. If the `$EMAIL` env variable is set.
26
27
 5. Bazaar-NG will try to guess based on your username and the hostname.
49
50
===================================
50
51
 
51
52
The second approach is to set email on a branch by branch basis by using the
52
 
`$HOME/.bazaar/branches.conf` ini file, thusly::
 
53
`$HOME/.bazaar/locations.conf` ini file, thusly::
53
54
 
54
55
    [/some/branch/location]
55
56
    email=Your Name <name@other-isp.com>