# HG changeset patch # User Martin Geisler # Date 1257616024 -3600 # Node ID 54d292da1df7aee97edc415cf8c0c267edcdaaac # Parent 6cb1808e5ae7a1a8270d876326f0d945faf71a8f 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. diff -r 6cb1808e5ae7 -r 54d292da1df7 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