Mercurial > hg-stable
changeset 17454:f5e86b416e05 stable
help: fix literal block syntax
author | Takumi IINO <trot.thunder@gmail.com> |
---|---|
date | Fri, 07 Sep 2012 00:42:42 +0900 |
parents | b9698f19b929 |
children | c11d7eac6ee3 bacde764fba0 |
files | mercurial/help/subrepos.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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