Mercurial > hg
changeset 9214:b1b0c845ba6e
patchbomb: use reST syntax for literal blocks
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 23 Jul 2009 00:24:52 +0200 |
parents | ee0af2f28794 |
children | f6a880fa9cd7 |
files | hgext/patchbomb.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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