# HG changeset patch # User Christian Ebert # Date 1153920080 -7200 # Node ID a781df9b5faa382ea0b20e3d7c598f078160b5ea # Parent ec05ce9cbf474337d60a45062a5d426144c1a07c fix reference to "smtp" section documentation for "method" has reference to "mail" section. "mail" section doesn't exist, changed to "smtp". diff -r ec05ce9cbf47 -r a781df9b5faa doc/hgrc.5.txt --- a/doc/hgrc.5.txt Wed Jul 26 01:03:33 2006 +0200 +++ b/doc/hgrc.5.txt Wed Jul 26 15:21:20 2006 +0200 @@ -140,7 +140,7 @@ of outgoing messages. method;; Optional. Method to use to send email messages. If value is - "smtp" (default), use SMTP (see section "[mail]" for + "smtp" (default), use SMTP (see section "[smtp]" 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