comparison mercurial/help/subrepos.txt @ 23538:ccfb56450f21

addremove: add support for the -S flag Git and svn subrepos are currently not supported. It doesn't look like git or svn have these commands natively, so that's an area for a git or svn expert.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 24 Nov 2014 23:51:26 -0500
parents f1b06a8aad42
children cb42050f2dad
comparison
equal deleted inserted replaced
23537:f1b06a8aad42 23538:ccfb56450f21
79 specified. However, if you specify the full path of a file in a 79 specified. However, if you specify the full path of a file in a
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
85 -S/--subrepos is specified. Git and Subversion subrepositories
86 will print a warning and continue.
87
84 :archive: archive does not recurse in subrepositories unless 88 :archive: archive does not recurse in subrepositories unless
85 -S/--subrepos is specified. 89 -S/--subrepos is specified.
86 90
87 :cat: cat currently only handles exact file matches in subrepos. 91 :cat: cat currently only handles exact file matches in subrepos.
88 Git and Subversion subrepositories are currently ignored. 92 Git and Subversion subrepositories are currently ignored.