hgrc.5: do not mention "name: value" syntax
authorMartin Geisler <mg@lazybytes.net>
Sat, 07 Nov 2009 18:47:04 +0100
changeset 9784 54d292da1df7
parent 9778 6cb1808e5ae7
child 9785 b52f0f221325
hgrc.5: do not mention "name: value" syntax This was supported in versions prior to 1.3 where we used the standard Python ConfigParser. The new config parser never supported it.
doc/hgrc.5.txt
--- a/doc/hgrc.5.txt	Sat Nov 07 14:13:15 2009 -0600
+++ b/doc/hgrc.5.txt	Sat Nov 07 18:47:04 2009 +0100
@@ -87,9 +87,7 @@
 ------
 
 A configuration file consists of sections, led by a ``[section]`` header
-and followed by ``name: value`` entries; ``name=value`` is also accepted.
-
-::
+and followed by ``name = value`` entries::
 
     [spam]
     eggs=ham