hgext/patchbomb.py
branchstable
changeset 10284 b08ffd27dfc8
parent 10263 25e572394f5c
child 10285 61f4ea277f23
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