patchbomb: use reST syntax for literal blocks
authorMartin Geisler <mg@lazybytes.net>
Thu, 23 Jul 2009 00:24:52 +0200
changeset 9214 b1b0c845ba6e
parent 9213 ee0af2f28794
child 9215 f6a880fa9cd7
patchbomb: use reST syntax for literal blocks
hgext/patchbomb.py
--- a/hgext/patchbomb.py	Thu Jul 23 00:24:34 2009 +0200
+++ b/hgext/patchbomb.py	Thu Jul 23 00:24:52 2009 +0200
@@ -28,7 +28,7 @@
 diffstat summary and the changeset summary, so you can be sure you are sending
 the right changes.
 
-To configure other defaults, add a section like this to your hgrc file:
+To configure other defaults, add a section like this to your hgrc file::
 
   [email]
   from = My Name <my@email>
@@ -49,13 +49,13 @@
 The -m/--mbox option is also very useful. Instead of previewing each patchbomb
 message in a pager or sending the messages directly, it will create a UNIX
 mailbox file with the patch emails. This mailbox file can be previewed with
-any mail user agent which supports UNIX mbox files, e.g. with mutt:
+any mail user agent which supports UNIX mbox files, e.g. with mutt::
 
   % mutt -R -f mbox
 
 When you are previewing the patchbomb messages, you can use `formail' (a
 utility that is commonly installed as part of the procmail package), to send
-each message out:
+each message out::
 
   % formail -s sendmail -bm -t < mbox