hgext/patchbomb.py
changeset 11193 687c7d395f20
parent 11183 b25464e9b448
child 11273 d1908cb95a82
--- 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.