Mercurial > public > mercurial-scm > hg
comparison hgext/patchbomb.py @ 10285:61f4ea277f23
Merge with stable.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Fri, 29 Jan 2010 01:04:38 +0100 |
parents | 08a0f04b56bd b08ffd27dfc8 |
children | d757bc0c7865 |
comparison
equal
deleted
inserted
replaced
10282:08a0f04b56bd | 10285:61f4ea277f23 |
---|---|
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 |