[PATCH] help: fix literal block syntax

Takumi IINO trot.thunder at gmail.com
Thu Sep 6 10:51:18 CDT 2012


# HG changeset patch
# User Takumi IINO <trot.thunder at gmail.com>
# Date 1346946162 -32400
# Branch stable
# Node ID 4ae80e95d63eb5b47b3634bf1eef218ff3394ceb
# Parent  3ee5d3c372fabcf57c305835dac98da78bdc1837
help: fix literal block syntax

diff --git a/mercurial/help/subrepos.txt b/mercurial/help/subrepos.txt
--- a/mercurial/help/subrepos.txt
+++ b/mercurial/help/subrepos.txt
@@ -13,11 +13,11 @@
 2. Nested repository references. They are defined in ``.hgsub``, which
    should be placed in the root of working directory, and
    tell where the subrepository checkouts come from. Mercurial
-   subrepositories are referenced like:
+   subrepositories are referenced like::
 
      path/to/nested = https://example.com/nested/repo/path
 
-   Git and Subversion subrepos are also supported:
+   Git and Subversion subrepos are also supported::
 
      path/to/nested = [git]git://example.com/nested/repo/path
      path/to/nested = [svn]https://example.com/nested/trunk/path


More information about the Mercurial-devel mailing list