Mercurial > public > mercurial-scm > hg
diff mercurial/help/subrepos.txt @ 15474:95174c381525
forget: support forgetting explicit paths in subrepos
Change the behavior of the forget command such that explicit paths in
subrepos are handled by forgetting the file in the subrepo. This eliminates the
previous behavior where if you called "hg forget" for an explicit path in a
subrepo, it would state that the file is already untracked.
author | David M. Carr <david@carrclan.us> |
---|---|
date | Wed, 09 Nov 2011 19:46:51 -0500 |
parents | 2ddae301d0a2 |
children | c27a769d9703 |
line wrap: on
line diff
--- a/mercurial/help/subrepos.txt Wed Nov 09 19:46:49 2011 -0500 +++ b/mercurial/help/subrepos.txt Wed Nov 09 19:46:51 2011 -0500 @@ -95,6 +95,9 @@ elements. Git and Subversion subrepositories are currently silently ignored. +:forget: forget currently only handles exact file matches in subrepos. + Git and Subversion subrepositories are currently silently ignored. + :incoming: incoming does not recurse in subrepos unless -S/--subrepos is specified. Git and Subversion subrepositories are currently silently ignored.