# HG changeset patch # User Martin Geisler # Date 1272009347 -7200 # Node ID db4d7077f48d1a9d2f2e2d477a319f09f69cb5f9 # Parent 854ac04d712c2293f8b3e110951958c4ce5f2dcb doc: add links from hgrc.5 to hg.1 diff -r 854ac04d712c -r db4d7077f48d doc/hgrc.5.txt --- 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