# HG changeset patch # User Wagner Bruna # Date 2010-10-27 14:13:49 # Node ID db2ff771204daa1f5d2fd0a141b0263df17fe6fc # Parent 76066903ae08d87c426552ad5b88114285b1b506 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). diff --git a/mercurial/help/subrepos.txt b/mercurial/help/subrepos.txt --- a/mercurial/help/subrepos.txt +++ b/mercurial/help/subrepos.txt @@ -62,9 +62,8 @@ commit in the parent repository to recor Deleting a Subrepository ------------------------ -To remove a subrepo from the parent repository, delete its reference -from ``.hgsub``. Then, the subrepo tree will show up as a set of -unknown files in :hg:`status`, and you can delete the files. +To remove a subrepository from the parent repository, delete its +reference from ``.hgsub``, then remove its files. Interaction with Mercurial Commands -----------------------------------