comparison mercurial/help/subrepos.txt @ 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 979b107eaea2
children f1a3ae7c15df
comparison
equal deleted inserted replaced
17442:b9698f19b929 17454:f5e86b416e05
11 parent working directory. 11 parent working directory.
12 12
13 2. Nested repository references. They are defined in ``.hgsub``, which 13 2. Nested repository references. They are defined in ``.hgsub``, which
14 should be placed in the root of working directory, and 14 should be placed in the root of working directory, and
15 tell where the subrepository checkouts come from. Mercurial 15 tell where the subrepository checkouts come from. Mercurial
16 subrepositories are referenced like: 16 subrepositories are referenced like::
17 17
18 path/to/nested = https://example.com/nested/repo/path 18 path/to/nested = https://example.com/nested/repo/path
19 19
20 Git and Subversion subrepos are also supported: 20 Git and Subversion subrepos are also supported::
21 21
22 path/to/nested = [git]git://example.com/nested/repo/path 22 path/to/nested = [git]git://example.com/nested/repo/path
23 path/to/nested = [svn]https://example.com/nested/trunk/path 23 path/to/nested = [svn]https://example.com/nested/trunk/path
24 24
25 where ``path/to/nested`` is the checkout location relatively to the 25 where ``path/to/nested`` is the checkout location relatively to the