Mercurial > hg-stable
changeset 11834:a86fd45c1911 stable
hgrc.5: fix "hg hg status" -> "hg status"
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Fri, 13 Aug 2010 10:13:38 +0200 |
parents | 9232488985dc |
children | 14db59e3b248 |
files | doc/hgrc.5.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/hgrc.5.txt Thu Aug 12 18:08:31 2010 -0500 +++ b/doc/hgrc.5.txt Fri Aug 13 10:13:38 2010 +0200 @@ -307,8 +307,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:`hg -status` show only the modified files, by default:: +The following example makes :hg:`log` run in verbose mode, and +:hg:`status` show only the modified files, by default:: [defaults] log = -v