comparison 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
comparison
equal deleted inserted replaced
15473:d90b0b30464b 15474:95174c381525
93 :diff: diff does not recurse in subrepos unless -S/--subrepos is 93 :diff: diff does not recurse in subrepos unless -S/--subrepos is
94 specified. Changes are displayed as usual, on the subrepositories 94 specified. Changes are displayed as usual, on the subrepositories
95 elements. Git and Subversion subrepositories are currently 95 elements. Git and Subversion subrepositories are currently
96 silently ignored. 96 silently ignored.
97 97
98 :forget: forget currently only handles exact file matches in subrepos.
99 Git and Subversion subrepositories are currently silently ignored.
100
98 :incoming: incoming does not recurse in subrepos unless -S/--subrepos 101 :incoming: incoming does not recurse in subrepos unless -S/--subrepos
99 is specified. Git and Subversion subrepositories are currently 102 is specified. Git and Subversion subrepositories are currently
100 silently ignored. 103 silently ignored.
101 104
102 :outgoing: outgoing does not recurse in subrepos unless -S/--subrepos 105 :outgoing: outgoing does not recurse in subrepos unless -S/--subrepos