[PATCH] added information to patchbomb help pointing users to hgrc(5) to configure the [smtp] section in order to send patchbombs

Bill Barry after.fallout at gmail.com
Thu Jan 22 11:58:10 CST 2009


# HG changeset patch
# User Bill Barry <after.fallout at gmail.com>
# Date 1232646517 25200
# Node ID b6c896619e774a9167cc0a31e24aa239c00bc7fb
# Parent  43cfbb21f04dad85faa977588b7597d74cacfc4b
added information to patchbomb help pointing users to hgrc(5) to configure the [smtp] section in order to send patchbombs

diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py
--- a/hgext/patchbomb.py
+++ b/hgext/patchbomb.py
@@ -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


More information about the Mercurial-devel mailing list