comparison 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
comparison
equal deleted inserted replaced
4954:14f063657078 4955:4e6dfdb3fa01
21 21
22 hg add .hgsub 22 hg add .hgsub
23 hg ci --message "added remote subrepo" 23 hg ci --message "added remote subrepo"
24 24
25 25
26 In the file list of a clone of repo1 you will see a connected subrepo at 26 In the file list of a clone of ``repo1`` you will see a connected
27 revision it was during cloning. 27 subrepo at the revision it was at during cloning. Clicking in
28 Clicking in subrepos link should send you to proper repository in Kallithea. 28 subrepos link should send you to the proper repository in Kallithea.
29 29
30 Cloning repo1 will also clone attached subrepository. 30 Cloning ``repo1`` will also clone the attached subrepository.
31 31
32 Next we can edit the subrepo data, and push back to Kallithea. This will update 32 Next we can edit the subrepo data, and push back to Kallithea. This will update
33 both of repositories. 33 both of the repositories.
34 34
35 See http://mercurial.aragost.com/kick-start/en/subrepositories/ for more 35 See http://mercurial.aragost.com/kick-start/en/subrepositories/ for more
36 information about subrepositories. 36 information about subrepositories.