diff doc/hgrc.5.txt @ 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 713ae78bb583
children d4bfa07f269f
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