hgext/patchbomb.py
changeset 7694 2ceeb1423544
parent 7685 161412a3341c
child 7807 bd8f44638847
--- 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