# HG changeset patch # User Wagner Bruna # Date 1308239557 10800 # Node ID e21fd445c297dfff9c709380e09be58f23108a36 # Parent 6f96c7a908bdd9a24494b9dd63aa57c27944cbcd help/config: quote config section names consistently diff -r 6f96c7a908bd -r e21fd445c297 mercurial/help/config.txt --- a/mercurial/help/config.txt Thu Jun 16 12:42:19 2011 -0300 +++ b/mercurial/help/config.txt Thu Jun 16 12:52:37 2011 -0300 @@ -36,7 +36,7 @@ this file override options in all other configuration files. On Unix, most of this file will be ignored if it doesn't belong to a trusted user or to a trusted group. See the documentation for the - Trusted section below for more details. + ``[trusted]`` section below for more details. | (Unix) ``$HOME/.hgrc`` | (Windows) ``%USERPROFILE%\.hgrc`` @@ -228,8 +228,8 @@ Authentication credentials for HTTP authentication. This section allows you to store usernames and passwords for use when logging -*into* HTTP servers. See the web_ configuration section if you want to -configure *who* can login to your HTTP server. +*into* HTTP servers. See the ``[web]`` configuration section if +you want to configure *who* can login to your HTTP server. Each line has the following format:: @@ -404,7 +404,7 @@ ``method`` Optional. Method to use to send email messages. If value is ``smtp`` - (default), use SMTP (see the SMTP_ section for configuration). + (default), use SMTP (see the ``[smtp]`` section 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 this to ``sendmail`` or @@ -1028,7 +1028,7 @@ ``merge`` The conflict resolution program to use during a manual merge. For more information on merge tools see :hg:`help merge-tools`. - For configuring merge tools see the merge-tools_ section. + For configuring merge tools see the ``[merge-tools]`` section. ``portablefilenames`` Check for portable filenames. Can be ``warn``, ``ignore`` or ``abort``.