From patchwork Sun Jul 31 21:41:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6, of, 6, STABLE] doc: make previous line of certificate example end with "::" From: Katsunori FUJIWARA X-Patchwork-Id: 16010 Message-Id: <4e8b014e39bad5e36f49.1470001266@feefifofum> To: mercurial-devel@mercurial-scm.org Date: Mon, 01 Aug 2016 06:41:06 +0900 # HG changeset patch # User FUJIWARA Katsunori # Date 1469999307 -32400 # Mon Aug 01 06:08:27 2016 +0900 # Branch stable # Node ID 4e8b014e39bad5e36f4968bcc7a0ce1680066391 # Parent d6cf79c9ab9e7805c2cd5aba542fe7ff8cf24d84 doc: make previous line of certificate example end with "::" Before this patch, certificate example is formatted just as normal text. diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -1082,7 +1082,7 @@ The following per-host settings can be d This option has no effect if the per-host ``fingerprints`` option is set. - The format of the file is as follows: + The format of the file is as follows:: -----BEGIN CERTIFICATE----- ... (certificate in base64 PEM encoding) ...