diff 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
line wrap: on
line diff
--- a/mercurial/help/subrepos.txt	Mon Nov 24 23:51:26 2014 -0500
+++ b/mercurial/help/subrepos.txt	Sun Nov 09 23:46:25 2014 -0500
@@ -82,8 +82,10 @@
     ignored.
 
 :addremove: addremove does not recurse into subrepos unless
-    -S/--subrepos is specified.  Git and Subversion subrepositories
-    will print a warning and continue.
+    -S/--subrepos is specified.  However, if you specify the full
+    path of a directory in a subrepo, addremove will be performed on
+    it even without -S/--subrepos being specified.  Git and
+    Subversion subrepositories will print a warning and continue.
 
 :archive: archive does not recurse in subrepositories unless
     -S/--subrepos is specified.