comparison hgext/patchbomb.py @ 11193:687c7d395f20

Use our custom hg reStructuredText role some more I missed these occurrences on my first scan through the source.
author Martin Geisler <mg@aragost.com>
date Tue, 18 May 2010 16:31:10 +0200
parents b25464e9b448
children d1908cb95a82
comparison
equal deleted inserted replaced
11192:babf9a5f5528 11193:687c7d395f20
185 return msg, subj 185 return msg, subj
186 186
187 def patchbomb(ui, repo, *revs, **opts): 187 def patchbomb(ui, repo, *revs, **opts):
188 '''send changesets by email 188 '''send changesets by email
189 189
190 By default, diffs are sent in the format generated by hg export, 190 By default, diffs are sent in the format generated by
191 one per message. The series starts with a "[PATCH 0 of N]" 191 :hg:`export`, one per message. The series starts with a "[PATCH 0
192 introduction, which describes the series as a whole. 192 of N]" introduction, which describes the series as a whole.
193 193
194 Each patch email has a Subject line of "[PATCH M of N] ...", using 194 Each patch email has a Subject line of "[PATCH M of N] ...", using
195 the first line of the changeset description as the subject text. 195 the first line of the changeset description as the subject text.
196 The message contains two or three parts. First, the changeset 196 The message contains two or three parts. First, the changeset
197 description. Next, (optionally) if the diffstat program is 197 description. Next, (optionally) if the diffstat program is