[PATCH] fix reference to "smtp" section

Christian Ebert blacktrash at gmx.net
Wed Jul 26 13:22:12 UTC 2006


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1153920080 -7200
# Node ID f77c1840404de30aa59bd5ff6547329f8fd0e60a
# Parent  c77d787cc94a4bbd8672b182ecc2074fe477ec36
fix reference to "smtp" section

documentation for "method" has reference to "mail" section.
"mail" section doesn't exist, changed to "smtp".

diff -r c77d787cc94a -r f77c1840404d doc/hgrc.5.txt
--- a/doc/hgrc.5.txt	Wed Jul 26 14:42:17 2006 +0200
+++ b/doc/hgrc.5.txt	Wed Jul 26 15:21:20 2006 +0200
@@ -147,7 +147,7 @@ email::
     Cannot be set interactively.
   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



More information about the Mercurial mailing list