changeset 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 854ac04d712c
children 5ff192fb09ff 08e6048592a8
files doc/hgrc.5.txt
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Fri Apr 23 09:53:25 2010 +0200
+++ b/doc/hgrc.5.txt	Fri Apr 23 09:55:47 2010 +0200
@@ -263,8 +263,8 @@
 Use the ``[defaults]`` section to define command defaults, i.e. the
 default options/arguments to pass to the specified commands.
 
-The following example makes ``hg log`` run in verbose mode, and ``hg
-status`` show only the modified files, by default::
+The following example makes :hg:`log` run in verbose mode, and :hg:`hg
+status` show only the modified files, by default::
 
   [defaults]
   log = -v
@@ -752,7 +752,7 @@
 ``archivemeta``
     Whether to include the .hg_archival.txt file containing meta data
     (hashes for the repository base and for tip) in archives created
-    by the hg archive command or downloaded via hgweb.
+    by the :hg:`archive` command or downloaded via hgweb.
     Default is True.
 ``askusername``
     Whether to prompt for a username when committing. If True, and