comparison mercurial/help/subrepos.txt @ 23539:cb42050f2dad

addremove: support addremove with explicit paths in subrepos Git and svn subrepos are currently not supported.
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 09 Nov 2014 23:46:25 -0500
parents ccfb56450f21
children 07c1a7d1ef69
comparison
equal deleted inserted replaced
23538:ccfb56450f21 23539:cb42050f2dad
80 subrepo, it will be added even without -S/--subrepos specified. 80 subrepo, it will be added even without -S/--subrepos specified.
81 Git and Subversion subrepositories are currently silently 81 Git and Subversion subrepositories are currently silently
82 ignored. 82 ignored.
83 83
84 :addremove: addremove does not recurse into subrepos unless 84 :addremove: addremove does not recurse into subrepos unless
85 -S/--subrepos is specified. Git and Subversion subrepositories 85 -S/--subrepos is specified. However, if you specify the full
86 will print a warning and continue. 86 path of a directory in a subrepo, addremove will be performed on
87 it even without -S/--subrepos being specified. Git and
88 Subversion subrepositories will print a warning and continue.
87 89
88 :archive: archive does not recurse in subrepositories unless 90 :archive: archive does not recurse in subrepositories unless
89 -S/--subrepos is specified. 91 -S/--subrepos is specified.
90 92
91 :cat: cat currently only handles exact file matches in subrepos. 93 :cat: cat currently only handles exact file matches in subrepos.