comparison doc/hgrc.5.txt @ 10416:4cfd0d56be6d

doc: add missing documentation for http_proxy.always
author Henrik Stuart <hg@hstuart.dk>
date Thu, 11 Feb 2010 21:11:59 +0100
parents 4c94a3df4b10
children 992dc3d39357
comparison
equal deleted inserted replaced
10415:677f15da38c1 10416:4cfd0d56be6d
616 the proxy. 616 the proxy.
617 ``passwd`` 617 ``passwd``
618 Optional. Password to authenticate with at the proxy server. 618 Optional. Password to authenticate with at the proxy server.
619 ``user`` 619 ``user``
620 Optional. User name to authenticate with at the proxy server. 620 Optional. User name to authenticate with at the proxy server.
621 ``always``
622 Optional. Always use the proxy, even for localhost and any entries
623 in ``http_proxy.no``. True or False. Default: False.
621 624
622 ``smtp`` 625 ``smtp``
623 """""""" 626 """"""""
624 Configuration for extensions that need to send email messages. 627 Configuration for extensions that need to send email messages.
625 628