Mercurial > hg > mercurial-source
comparison mercurial/help/subrepos.txt @ 12860:db2ff771204d stable
help: correct tip about deleting a subrepository
The extra detail is not necessary, and wrong for Mercurial
subrepositories, so remove it (suggested by Patrick Mézard).
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Wed, 27 Oct 2010 12:13:49 -0200 |
parents | af1006d2f970 |
children | d4de90a612f7 |
comparison
equal
deleted
inserted
replaced
12859:76066903ae08 | 12860:db2ff771204d |
---|---|
60 commit in the parent repository to record the new combination. | 60 commit in the parent repository to record the new combination. |
61 | 61 |
62 Deleting a Subrepository | 62 Deleting a Subrepository |
63 ------------------------ | 63 ------------------------ |
64 | 64 |
65 To remove a subrepo from the parent repository, delete its reference | 65 To remove a subrepository from the parent repository, delete its |
66 from ``.hgsub``. Then, the subrepo tree will show up as a set of | 66 reference from ``.hgsub``, then remove its files. |
67 unknown files in :hg:`status`, and you can delete the files. | |
68 | 67 |
69 Interaction with Mercurial Commands | 68 Interaction with Mercurial Commands |
70 ----------------------------------- | 69 ----------------------------------- |
71 | 70 |
72 :add: add does not recurse in subrepos unless -S/--subrepos is | 71 :add: add does not recurse in subrepos unless -S/--subrepos is |