comparison mercurial/help/config.txt @ 14457:5818f5d49127

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.
author Martin Geisler <mg@lazybytes.net>
date Mon, 30 May 2011 10:30:46 +0200
parents ff4126ce9301
children c62b3b74f1d2
comparison
equal deleted inserted replaced
14456:ff4126ce9301 14457:5818f5d49127
1139 On most Linux systems this will be ``/etc/ssl/certs/ca-certificates.crt``. 1139 On most Linux systems this will be ``/etc/ssl/certs/ca-certificates.crt``.
1140 Otherwise you will have to generate this file manually. 1140 Otherwise you will have to generate this file manually.
1141 1141
1142 To disable SSL verification temporarily, specify ``--insecure`` from 1142 To disable SSL verification temporarily, specify ``--insecure`` from
1143 command line. 1143 command line.
1144
1144 ``cache`` 1145 ``cache``
1145 Whether to support caching in hgweb. Defaults to True. 1146 Whether to support caching in hgweb. Defaults to True.
1146 ``contact`` 1147 ``contact``
1147 Name or email address of the person in charge of the repository. 1148 Name or email address of the person in charge of the repository.
1148 Defaults to ui.username or ``$EMAIL`` or "unknown" if unset or empty. 1149 Defaults to ui.username or ``$EMAIL`` or "unknown" if unset or empty.