Mercurial > public > mercurial-scm > hg
comparison hgext/patchbomb.py @ 10284:b08ffd27dfc8 stable
patchbomb: document [patchbomb] config section for addresses
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Thu, 28 Jan 2010 11:27:09 +0000 |
parents | 25e572394f5c |
children | 61f4ea277f23 |
comparison
equal
deleted
inserted
replaced
10283:2ae7f001b61d | 10284:b08ffd27dfc8 |
---|---|
32 [email] | 32 [email] |
33 from = My Name <my@email> | 33 from = My Name <my@email> |
34 to = recipient1, recipient2, ... | 34 to = recipient1, recipient2, ... |
35 cc = cc1, cc2, ... | 35 cc = cc1, cc2, ... |
36 bcc = bcc1, bcc2, ... | 36 bcc = bcc1, bcc2, ... |
37 | |
38 Use ``[patchbomb]`` as configuration section name if you need to | |
39 override global ``[email]`` address settings. | |
37 | 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 |
41 To avoid sending patches prematurely, it is a good idea to first run | 44 To avoid sending patches prematurely, it is a good idea to first run |