added information to patchbomb help pointing users to hgrc(5) to configure the [smtp] section in order to send patchbombs
--- a/hgext/patchbomb.py Thu Jan 22 11:02:50 2009 -0700
+++ b/hgext/patchbomb.py Thu Jan 22 10:48:37 2009 -0700
@@ -58,7 +58,13 @@
% formail -s sendmail -bm -t < mbox
-That should be all. Now your patchbomb is on its way out.'''
+That should be all. Now your patchbomb is on its way out.
+
+You can also either configure the method option in the email section
+to be a sendmail compatable mailer or fill out the [smtp] section so
+that the patchbomb extension can automatically send patchbombs directly
+from the commandline. See the [email] and [smtp] sections in hgrc(5)
+for details.'''
import os, errno, socket, tempfile, cStringIO
import email.MIMEMultipart, email.MIMEBase