help/config: fix rendering of definition list
Without the blank line, the minirst parser renders
Term-1
Line-1
Line-2
Term-2
Line-1
as
Term-1
Line-1
Line-2 Term-2 Line-1
because the second term is seen as a paragraph.
--- a/mercurial/help/config.txt Mon May 30 10:21:39 2011 +0200
+++ b/mercurial/help/config.txt Mon May 30 10:30:46 2011 +0200
@@ -1141,6 +1141,7 @@
To disable SSL verification temporarily, specify ``--insecure`` from
command line.
+
``cache``
Whether to support caching in hgweb. Defaults to True.
``contact``