Mercurial > hg
changeset 9784:54d292da1df7
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.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 07 Nov 2009 18:47:04 +0100 |
parents | 6cb1808e5ae7 |
children | b52f0f221325 |
files | doc/hgrc.5.txt |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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