comparison mercurial/help/config.txt @ 14654:e21fd445c297

help/config: quote config section names consistently
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Thu, 16 Jun 2011 12:52:37 -0300
parents 6f96c7a908bd
children 8bbb899620ea
comparison
equal deleted inserted replaced
14653:6f96c7a908bd 14654:e21fd445c297
34 particular repository. This file is not version-controlled, and 34 particular repository. This file is not version-controlled, and
35 will not get transferred during a "clone" operation. Options in 35 will not get transferred during a "clone" operation. Options in
36 this file override options in all other configuration files. On 36 this file override options in all other configuration files. On
37 Unix, most of this file will be ignored if it doesn't belong to a 37 Unix, most of this file will be ignored if it doesn't belong to a
38 trusted user or to a trusted group. See the documentation for the 38 trusted user or to a trusted group. See the documentation for the
39 Trusted section below for more details. 39 ``[trusted]`` section below for more details.
40 40
41 | (Unix) ``$HOME/.hgrc`` 41 | (Unix) ``$HOME/.hgrc``
42 | (Windows) ``%USERPROFILE%\.hgrc`` 42 | (Windows) ``%USERPROFILE%\.hgrc``
43 | (Windows) ``%USERPROFILE%\Mercurial.ini`` 43 | (Windows) ``%USERPROFILE%\Mercurial.ini``
44 | (Windows) ``%HOME%\.hgrc`` 44 | (Windows) ``%HOME%\.hgrc``
226 ``auth`` 226 ``auth``
227 """""""" 227 """"""""
228 228
229 Authentication credentials for HTTP authentication. This section 229 Authentication credentials for HTTP authentication. This section
230 allows you to store usernames and passwords for use when logging 230 allows you to store usernames and passwords for use when logging
231 *into* HTTP servers. See the web_ configuration section if you want to 231 *into* HTTP servers. See the ``[web]`` configuration section if
232 configure *who* can login to your HTTP server. 232 you want to configure *who* can login to your HTTP server.
233 233
234 Each line has the following format:: 234 Each line has the following format::
235 235
236 <name>.<argument> = <value> 236 <name>.<argument> = <value>
237 237
402 Optional. Comma-separated list of blind carbon copy recipients' 402 Optional. Comma-separated list of blind carbon copy recipients'
403 email addresses. 403 email addresses.
404 404
405 ``method`` 405 ``method``
406 Optional. Method to use to send email messages. If value is ``smtp`` 406 Optional. Method to use to send email messages. If value is ``smtp``
407 (default), use SMTP (see the SMTP_ section for configuration). 407 (default), use SMTP (see the ``[smtp]`` section for configuration).
408 Otherwise, use as name of program to run that acts like sendmail 408 Otherwise, use as name of program to run that acts like sendmail
409 (takes ``-f`` option for sender, list of recipients on command line, 409 (takes ``-f`` option for sender, list of recipients on command line,
410 message on stdin). Normally, setting this to ``sendmail`` or 410 message on stdin). Normally, setting this to ``sendmail`` or
411 ``/usr/sbin/sendmail`` is enough to use sendmail to send messages. 411 ``/usr/sbin/sendmail`` is enough to use sendmail to send messages.
412 412
1026 Template string for commands that print changesets. 1026 Template string for commands that print changesets.
1027 1027
1028 ``merge`` 1028 ``merge``
1029 The conflict resolution program to use during a manual merge. 1029 The conflict resolution program to use during a manual merge.
1030 For more information on merge tools see :hg:`help merge-tools`. 1030 For more information on merge tools see :hg:`help merge-tools`.
1031 For configuring merge tools see the merge-tools_ section. 1031 For configuring merge tools see the ``[merge-tools]`` section.
1032 1032
1033 ``portablefilenames`` 1033 ``portablefilenames``
1034 Check for portable filenames. Can be ``warn``, ``ignore`` or ``abort``. 1034 Check for portable filenames. Can be ``warn``, ``ignore`` or ``abort``.
1035 Default is ``warn``. 1035 Default is ``warn``.
1036 If set to ``warn`` (or ``true``), a warning message is printed on POSIX 1036 If set to ``warn`` (or ``true``), a warning message is printed on POSIX