~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/configuration.txt

  • Committer: Aaron Bentley
  • Date: 2007-08-09 21:38:58 UTC
  • mto: (2681.5.3 bzr-mail)
  • mto: This revision was merged to the branch mainline in revision 2736.
  • Revision ID: abentley@panoramicfeedback.com-20070809213858-uo2ivg0ojdl9wllw
Update docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
These settings are only needed if the SMTP server requires authentication
201
201
to send mail.
202
202
 
 
203
mail_client
 
204
-----------
 
205
A mail client to use for sending merge requests.  Supported values are:
 
206
:editor: Use your editor to compose the merge request.  This also uses
 
207
    smtp_server and (optionally) smtp_username and smtp_password
 
208
:thunderbird: Use Mozilla Thunderbird or Icedove
 
209
 
 
210
submit_branch
 
211
-------------
 
212
The branch you intend to submit your current work to.  This is automatically
 
213
set by ``bzr send``, and is also used by the ``submit:`` revision spec.  This
 
214
should usually be set on a per-branch or per-location basis.
 
215
 
 
216
public_branch
 
217
-------------
 
218
A publically-accessible version of this branch (implying that this version is
 
219
not publically-accessible).  Used (and set) by ``bzr send``.
 
220
 
203
221
 
204
222
Branch 6 Options
205
223
================