# HG changeset patch # User Takumi IINO # Date 1346946162 -32400 # Node ID f5e86b416e05ed703af24f4e6324c854934369ad # Parent b9698f19b9291f827cf16978f552e466c9c1ec6c help: fix literal block syntax diff -r b9698f19b929 -r f5e86b416e05 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