comparison doc/hgrc.5.txt @ 9702:a9d15bf7efe2

doc: add some internal links to man pages
author Martin Geisler <mg@lazybytes.net>
date Mon, 02 Nov 2009 21:32:42 +0100
parents 0f235a427f95
children bae76e97f91a
comparison
equal deleted inserted replaced
9701:0f235a427f95 9702:a9d15bf7efe2
38 particular repository. This file is not version-controlled, and 38 particular repository. This file is not version-controlled, and
39 will not get transferred during a "clone" operation. Options in 39 will not get transferred during a "clone" operation. Options in
40 this file override options in all other configuration files. On 40 this file override options in all other configuration files. On
41 Unix, most of this file will be ignored if it doesn't belong to a 41 Unix, most of this file will be ignored if it doesn't belong to a
42 trusted user or to a trusted group. See the documentation for the 42 trusted user or to a trusted group. See the documentation for the
43 trusted section below for more details. 43 trusted_ section below for more details.
44 44
45 | (Unix) ``$HOME/.hgrc`` 45 | (Unix) ``$HOME/.hgrc``
46 | (Windows) ``%USERPROFILE%\.hgrc`` 46 | (Windows) ``%USERPROFILE%\.hgrc``
47 | (Windows) ``%USERPROFILE%\Mercurial.ini`` 47 | (Windows) ``%USERPROFILE%\Mercurial.ini``
48 | (Windows) ``%HOME%\.hgrc`` 48 | (Windows) ``%HOME%\.hgrc``
307 ``bcc`` 307 ``bcc``
308 Optional. Comma-separated list of blind carbon copy recipients' 308 Optional. Comma-separated list of blind carbon copy recipients'
309 email addresses. Cannot be set interactively. 309 email addresses. Cannot be set interactively.
310 ``method`` 310 ``method``
311 Optional. Method to use to send email messages. If value is "smtp" 311 Optional. Method to use to send email messages. If value is "smtp"
312 (default), use SMTP (see section "[smtp]" for configuration). 312 (default), use SMTP (see the SMTP_ section for configuration).
313 Otherwise, use as name of program to run that acts like sendmail 313 Otherwise, use as name of program to run that acts like sendmail
314 (takes "-f" option for sender, list of recipients on command line, 314 (takes "-f" option for sender, list of recipients on command line,
315 message on stdin). Normally, setting this to "sendmail" or 315 message on stdin). Normally, setting this to "sendmail" or
316 "/usr/sbin/sendmail" is enough to use sendmail to send messages. 316 "/usr/sbin/sendmail" is enough to use sendmail to send messages.
317 ``charsets`` 317 ``charsets``
772 use the internal non-interactive merge tool 772 use the internal non-interactive merge tool
773 ``internal:fail`` 773 ``internal:fail``
774 fail to merge 774 fail to merge
775 775
776 For more information on configuring merge tools see the 776 For more information on configuring merge tools see the
777 merge-tools section. 777 merge-tools_ section.
778 778
779 ``patch`` 779 ``patch``
780 command to use to apply patches. Look for 'gpatch' or 'patch' in 780 command to use to apply patches. Look for 'gpatch' or 'patch' in
781 PATH if unset. 781 PATH if unset.
782 ``quiet`` 782 ``quiet``