diff -r 1cad19678b4c -r 903ab41ac7eb doc/hgrc.5.txt --- a/doc/hgrc.5.txt Mon May 15 09:27:27 2006 -0700 +++ b/doc/hgrc.5.txt Mon May 15 10:25:17 2006 -0700 @@ -135,6 +135,20 @@ from;; Optional. Email address to use in "From" header and SMTP envelope of outgoing messages. + method;; + Optional. Method to use to send email messages. If value is + "smtp" (default), use SMTP (see section "[mail]" for + configuration). Otherwise, use as name of program to run that + acts like sendmail (takes "-f" option for sender, list of + recipients on command line, message on stdin). Normally, setting + this to "sendmail" or "/usr/sbin/sendmail" is enough to use + sendmail to send messages. + + Email example: + + [email] + from = Joseph User + method = /usr/sbin/sendmail extensions:: Mercurial has an extension mechanism for adding new features. To