diff -r babf9a5f5528 -r 687c7d395f20 hgext/patchbomb.py --- a/hgext/patchbomb.py Tue May 18 16:24:14 2010 +0200 +++ b/hgext/patchbomb.py Tue May 18 16:31:10 2010 +0200 @@ -187,9 +187,9 @@ def patchbomb(ui, repo, *revs, **opts): '''send changesets by email - By default, diffs are sent in the format generated by hg export, - one per message. The series starts with a "[PATCH 0 of N]" - introduction, which describes the series as a whole. + By default, diffs are sent in the format generated by + :hg:`export`, one per message. The series starts with a "[PATCH 0 + of N]" introduction, which describes the series as a whole. Each patch email has a Subject line of "[PATCH M of N] ...", using the first line of the changeset description as the subject text.