comparison doc/hgrc.5.txt @ 10975:db4d7077f48d

doc: add links from hgrc.5 to hg.1
author Martin Geisler <mg@aragost.com>
date Fri, 23 Apr 2010 09:55:47 +0200
parents 677fee0a0604
children 4760b17aee19
comparison
equal deleted inserted replaced
10974:854ac04d712c 10975:db4d7077f48d
261 (defaults are deprecated. Don't use them. Use aliases instead) 261 (defaults are deprecated. Don't use them. Use aliases instead)
262 262
263 Use the ``[defaults]`` section to define command defaults, i.e. the 263 Use the ``[defaults]`` section to define command defaults, i.e. the
264 default options/arguments to pass to the specified commands. 264 default options/arguments to pass to the specified commands.
265 265
266 The following example makes ``hg log`` run in verbose mode, and ``hg 266 The following example makes :hg:`log` run in verbose mode, and :hg:`hg
267 status`` show only the modified files, by default:: 267 status` show only the modified files, by default::
268 268
269 [defaults] 269 [defaults]
270 log = -v 270 log = -v
271 status = -m 271 status = -m
272 272
750 User interface controls. 750 User interface controls.
751 751
752 ``archivemeta`` 752 ``archivemeta``
753 Whether to include the .hg_archival.txt file containing meta data 753 Whether to include the .hg_archival.txt file containing meta data
754 (hashes for the repository base and for tip) in archives created 754 (hashes for the repository base and for tip) in archives created
755 by the hg archive command or downloaded via hgweb. 755 by the :hg:`archive` command or downloaded via hgweb.
756 Default is True. 756 Default is True.
757 ``askusername`` 757 ``askusername``
758 Whether to prompt for a username when committing. If True, and 758 Whether to prompt for a username when committing. If True, and
759 neither ``$HGUSER`` nor ``$EMAIL`` has been specified, then the user will 759 neither ``$HGUSER`` nor ``$EMAIL`` has been specified, then the user will
760 be prompted to enter a username. If no username is entered, the 760 be prompted to enter a username. If no username is entered, the