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.
--- 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