--- a/hgext/patchbomb.py Mon Oct 25 14:34:49 2010 -0500
+++ b/hgext/patchbomb.py Sat Oct 23 18:33:57 2010 +0200
@@ -213,7 +213,7 @@
hg email -o -m mbox && # generate an mbox file...
mutt -R -f mbox # ... and view it with mutt
hg email -o -m mbox && # generate an mbox file ...
- formail -s sendmail \ # ... and use formail to send from the mbox
+ formail -s sendmail \\ # ... and use formail to send from the mbox
-bm -t < mbox # ... using sendmail
Before using this command, you will need to enable email in your