doc/hgrc.5.txt: deprecate [defaults]
authorAdrian Buehlmann <adrian@cadifra.com>
Thu, 22 Oct 2009 00:46:54 +0200
changeset 9630 24dad078603b
parent 9629 91d7d54b92cf
child 9631 1c34fca5d785
doc/hgrc.5.txt: deprecate [defaults] Quoting Matt: "Defaults are a bad idea. They are deprecated. Don't use them. Don't recommend them. Forget they existed. Use aliases." in http://selenic.com/pipermail/mercurial-devel/2009-October/016095.html
doc/hgrc.5.txt
--- a/doc/hgrc.5.txt	Wed Oct 21 17:54:51 2009 -0500
+++ b/doc/hgrc.5.txt	Thu Oct 22 00:46:54 2009 +0200
@@ -259,6 +259,8 @@
 ``defaults``
 """"""""""""
 
+(defaults are deprecated. Don't use them. Use aliases instead)
+
 Use the [defaults] section to define command defaults, i.e. the
 default options/arguments to pass to the specified commands.