# HG changeset patch # User Bryan O'Sullivan # Date 1346954269 25200 # Node ID c11d7eac6ee384f8b3e7d0f005cd2556d2d0b29c # Parent 467e487f393f612cee6d4d6e14073e23c8528a7c# Parent f5e86b416e05ed703af24f4e6324c854934369ad Merge with crew-stable diff -r 467e487f393f -r c11d7eac6ee3 mercurial/help/subrepos.txt --- a/mercurial/help/subrepos.txt Thu Sep 06 19:53:23 2012 +0200 +++ b/mercurial/help/subrepos.txt Thu Sep 06 10:57:49 2012 -0700 @@ -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