Mercurial > public > mercurial-scm > hg
diff tests/test-subrepo-deep-nested-change.t @ 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 | f274d27f1994 |
line wrap: on
line diff
--- a/tests/test-subrepo-deep-nested-change.t Mon Nov 24 23:51:26 2014 -0500 +++ b/tests/test-subrepo-deep-nested-change.t Sun Nov 09 23:46:25 2014 -0500 @@ -147,9 +147,18 @@ A sub1/foo R sub1/sub2/test.txt $ hg update -Cq + $ touch sub1/sub2/folder/bar + $ hg addremove sub1/sub2 + adding sub1/sub2/folder/bar (glob) + $ hg status -S + A sub1/sub2/folder/bar + ? foo/bar/abc + ? sub1/foo + $ hg update -Cq $ rm sub1/sub2/folder/test.txt $ rm sub1/sub2/test.txt $ hg ci -ASm "remove test.txt" + adding sub1/sub2/folder/bar (glob) removing sub1/sub2/folder/test.txt (glob) removing sub1/sub2/test.txt (glob) adding sub1/foo (glob)