comparison 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
comparison
equal deleted inserted replaced
11830:9232488985dc 11834:a86fd45c1911
305 (defaults are deprecated. Don't use them. Use aliases instead) 305 (defaults are deprecated. Don't use them. Use aliases instead)
306 306
307 Use the ``[defaults]`` section to define command defaults, i.e. the 307 Use the ``[defaults]`` section to define command defaults, i.e. the
308 default options/arguments to pass to the specified commands. 308 default options/arguments to pass to the specified commands.
309 309
310 The following example makes :hg:`log` run in verbose mode, and :hg:`hg 310 The following example makes :hg:`log` run in verbose mode, and
311 status` show only the modified files, by default:: 311 :hg:`status` show only the modified files, by default::
312 312
313 [defaults] 313 [defaults]
314 log = -v 314 log = -v
315 status = -m 315 status = -m
316 316