##// END OF EJS Templates
Merge with stable.
Martin Geisler -
r10285:61f4ea27 merge default
parent child Browse files
Show More
@@ -305,7 +305,7 b' Settings for extensions that send email '
305 email addresses.
305 email addresses.
306 ``bcc``
306 ``bcc``
307 Optional. Comma-separated list of blind carbon copy recipients'
307 Optional. Comma-separated list of blind carbon copy recipients'
308 email addresses. Cannot be set interactively.
308 email addresses.
309 ``method``
309 ``method``
310 Optional. Method to use to send email messages. If value is ``smtp``
310 Optional. Method to use to send email messages. If value is ``smtp``
311 (default), use SMTP (see the SMTP_ section for configuration).
311 (default), use SMTP (see the SMTP_ section for configuration).
@@ -35,6 +35,9 b' file::'
35 cc = cc1, cc2, ...
35 cc = cc1, cc2, ...
36 bcc = bcc1, bcc2, ...
36 bcc = bcc1, bcc2, ...
37
37
38 Use ``[patchbomb]`` as configuration section name if you need to
39 override global ``[email]`` address settings.
40
38 Then you can use the "hg email" command to mail a series of changesets
41 Then you can use the "hg email" command to mail a series of changesets
39 as a patchbomb.
42 as a patchbomb.
40
43
General Comments 0
You need to be logged in to leave comments. Login now