help: fix literal block syntax stable
authorTakumi IINO <trot.thunder@gmail.com>
Fri, 07 Sep 2012 00:42:42 +0900
branchstable
changeset 17454 f5e86b416e05
parent 17442 b9698f19b929
child 17458 c11d7eac6ee3
child 17461 bacde764fba0
help: fix literal block syntax
mercurial/help/subrepos.txt
--- a/mercurial/help/subrepos.txt	Tue Sep 04 15:50:15 2012 -0700
+++ b/mercurial/help/subrepos.txt	Fri Sep 07 00:42:42 2012 +0900
@@ -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