changeset 17458:c11d7eac6ee3

Merge with crew-stable
author Bryan O'Sullivan <bryano@fb.com>
date Thu, 06 Sep 2012 10:57:49 -0700
parents 467e487f393f (current diff) f5e86b416e05 (diff)
children f4d15f3b96c0
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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