comparison doc/hgrc.5.txt @ 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 2dee9a359262
children dd1a95ccbe07
comparison
equal deleted inserted replaced
9778:6cb1808e5ae7 9784:54d292da1df7
85 85
86 SYNTAX 86 SYNTAX
87 ------ 87 ------
88 88
89 A configuration file consists of sections, led by a ``[section]`` header 89 A configuration file consists of sections, led by a ``[section]`` header
90 and followed by ``name: value`` entries; ``name=value`` is also accepted. 90 and followed by ``name = value`` entries::
91
92 ::
93 91
94 [spam] 92 [spam]
95 eggs=ham 93 eggs=ham
96 green= 94 green=
97 eggs 95 eggs