# HG changeset patch # User Anthony Foiani # Date 2010-09-23 06:27:04 # Node ID ffcceca7406d2de072da84affcab6b08736ae94a # Parent 28ddf67198b2fd08c74415d7f6beea0ee3798767 doc: clarify smtp.password usage diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt --- a/doc/hgrc.5.txt +++ b/doc/hgrc.5.txt @@ -699,13 +699,12 @@ Configuration for extensions that need t Optional. Whether to connect to mail server using TLS. True or False. Default: False. ``username`` - Optional. User name to authenticate to SMTP server with. If - username is specified, password must also be specified. + Optional. User name for authenticating with the SMTP server. Default: none. ``password`` - Optional. Password to authenticate to SMTP server with. If - username is specified, password must also be specified. - Default: none. + Optional. Password for authenticating with the SMTP server. If not + specified, interactive sessions will prompt the user for a + password; non-interactive sessions will fail. Default: none. ``local_hostname`` Optional. It's the hostname that the sender can use to identify itself to the MTA.