##// END OF EJS Templates
doc: add links from hgrc.5 to hg.1
Martin Geisler -
r10975:db4d7077 default
parent child Browse files
Show More
@@ -263,8 +263,8 b' or if you only want to translate certain'
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
@@ -752,7 +752,7 b' User interface controls.'
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
General Comments 0
You need to be logged in to leave comments. Login now