diff docs/usage/subrepos.rst @ 4955:4e6dfdb3fa01

docs: English and consistency corrections
author Michael V. DePalatis <mike@depalatis.net>
date Tue, 31 Mar 2015 22:15:38 +0200
parents 03bbd33bc084
children
line wrap: on
line diff
--- a/docs/usage/subrepos.rst	Tue Mar 31 16:25:49 2015 +0000
+++ b/docs/usage/subrepos.rst	Tue Mar 31 22:15:38 2015 +0200
@@ -23,14 +23,14 @@
     hg ci --message "added remote subrepo"
 
 
-In the file list of a clone of repo1 you will see a connected subrepo at
-revision it was during cloning.
-Clicking in subrepos link should send you to proper repository in Kallithea.
+In the file list of a clone of ``repo1`` you will see a connected
+subrepo at the revision it was at during cloning. Clicking in
+subrepos link should send you to the proper repository in Kallithea.
 
-Cloning repo1 will also clone attached subrepository.
+Cloning ``repo1`` will also clone the attached subrepository.
 
 Next we can edit the subrepo data, and push back to Kallithea. This will update
-both of repositories.
+both of the repositories.
 
 See http://mercurial.aragost.com/kick-start/en/subrepositories/ for more
 information about subrepositories.