Mercurial > hg
changeset 7694:2ceeb1423544
added information to patchbomb help pointing users to hgrc(5) to configure the [smtp] section in order to send patchbombs
author | Bill Barry <after.fallout@gmail.com> |
---|---|
date | Thu, 22 Jan 2009 10:48:37 -0700 |
parents | e040f9d6b2f3 |
children | deec6628e62b |
files | hgext/patchbomb.py |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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