/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/user-guide/setting_up_email.txt

  • Committer: Jelmer Vernooij
  • Date: 2020-05-06 02:13:25 UTC
  • mfrom: (7490.7.21 work)
  • mto: This revision was merged to the branch mainline in revision 7501.
  • Revision ID: jelmer@jelmer.uk-20200506021325-awbmmqu1zyorz7sj
Merge 3.1 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
The order of precedence is
32
32
 
33
 
 1. If the ``BZR_EMAIL`` environment variable is set.
 
33
 1. If the ``BRZ_EMAIL`` environment variable is set.
 
34
 #. If the ``BZR_EMAIL`` environment variable is set, for backwards
 
35
    compatibility with Bazaar.
34
36
 #. If an email is set for your current branch in the ``locations.conf``
35
37
    file.
36
38
 #. If an email is set four your current branch in the
90
92
 
91
93
Setting email via environment variable
92
94
--------------------------------------
93
 
The final method Breezy will use is checking for the ``BZR_EMAIL``
 
95
The final method Breezy will use is checking for the ``BRZ_EMAIL``
94
96
and ``EMAIL`` environment variables.  Generally, you would use this
95
97
method to override the email in a script context.  If you would like
96
98
to set a general default, then please see the ini methods above.