hgext/patchbomb.py
changeset 8471 e88cc16ba603
parent 8331 03cfc6ea93df
child 8472 223363bb6d66
equal deleted inserted replaced
8470:dd24488cba2d 8471:e88cc16ba603
    12 
    12 
    13 Each patch email has a Subject line of "[PATCH M of N] ...", using the
    13 Each patch email has a Subject line of "[PATCH M of N] ...", using the
    14 first line of the changeset description as the subject text. The
    14 first line of the changeset description as the subject text. The
    15 message contains two or three body parts:
    15 message contains two or three body parts:
    16 
    16 
    17   The remainder of the changeset description.
    17   The changeset description.
    18 
    18 
    19   [Optional] The result of running diffstat on the patch.
    19   [Optional] The result of running diffstat on the patch.
    20 
    20 
    21   The patch itself, as generated by "hg export".
    21   The patch itself, as generated by "hg export".
    22 
    22 
   185     one per message. The series starts with a "[PATCH 0 of N]"
   185     one per message. The series starts with a "[PATCH 0 of N]"
   186     introduction, which describes the series as a whole.
   186     introduction, which describes the series as a whole.
   187 
   187 
   188     Each patch email has a Subject line of "[PATCH M of N] ...", using
   188     Each patch email has a Subject line of "[PATCH M of N] ...", using
   189     the first line of the changeset description as the subject text.
   189     the first line of the changeset description as the subject text.
   190     The message contains two or three body parts. First, the rest of
   190     The message contains two or three parts. First, the changeset
   191     the changeset description. Next, (optionally) if the diffstat
   191     description. Next, (optionally) if the diffstat program is
   192     program is installed, the result of running diffstat on the patch.
   192     installed, the result of running diffstat on the patch. Finally,
   193     Finally, the patch itself, as generated by "hg export".
   193     the patch itself, as generated by "hg export".
   194 
   194 
   195     With -o/--outgoing, emails will be generated for patches not found
   195     With -o/--outgoing, emails will be generated for patches not found
   196     in the destination repository (or only those which are ancestors
   196     in the destination repository (or only those which are ancestors
   197     of the specified revisions if any are provided)
   197     of the specified revisions if any are provided)
   198 
   198