Submitter | Katsunori FUJIWARA |
---|---|
Date | July 31, 2016, 9:41 p.m. |
Message ID | <4e8b014e39bad5e36f49.1470001266@feefifofum> |
Download | mbox | patch |
Permalink | /patch/16010/ |
State | Accepted |
Headers | show |
Comments
On Mon, Aug 01, 2016 at 06:41:06AM +0900, FUJIWARA Katsunori wrote: > # HG changeset patch > # User FUJIWARA Katsunori <foozy@lares.dti.ne.jp> > # 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 "::" Queued these, thanks. > > 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) ... > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
Patch
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) ...