Mercurial > public > mercurial-scm > hg
diff tests/test-largefiles-misc.t @ 23782:304e69cb1ee9
largefiles: enable subrepo support for remove
Previously, remove failed when operating on a largefile in a subrepo, stating
that the file is untracked.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 30 Dec 2014 21:12:52 -0500 |
parents | bb3ee61cfaa1 |
children | 5ce8dcd05dc4 |
line wrap: on
line diff
--- a/tests/test-largefiles-misc.t Thu Jan 08 21:36:12 2015 -0800 +++ b/tests/test-largefiles-misc.t Tue Dec 30 21:12:52 2014 -0500 @@ -362,6 +362,9 @@ 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg status -S + $ hg rm -v subrepo/large.txt + removing subrepo/large.txt (glob) + $ hg revert -R subrepo subrepo/large.txt $ rm subrepo/large.txt $ hg addremove -S removing subrepo/large.txt