Mercurial > public > mercurial-scm > hg
diff 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 |
line wrap: on
line diff
--- a/mercurial/help/subrepos.txt Mon Nov 24 22:27:49 2014 -0500 +++ b/mercurial/help/subrepos.txt Mon Nov 24 23:51:26 2014 -0500 @@ -81,6 +81,10 @@ Git and Subversion subrepositories are currently silently ignored. +:addremove: addremove does not recurse into subrepos unless + -S/--subrepos is specified. Git and Subversion subrepositories + will print a warning and continue. + :archive: archive does not recurse in subrepositories unless -S/--subrepos is specified.