# HG changeset patch # User Martin Geisler # Date 1248301492 -7200 # Node ID b1b0c845ba6e0e9c67fc8739411626c6e4ec4ba9 # Parent ee0af2f287945aba0b22b98893565e1e7242949b patchbomb: use reST syntax for literal blocks diff -r ee0af2f28794 -r b1b0c845ba6e 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 @@ -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