tests/test-largefiles-misc.t
branchstable
changeset 23592 96d335e4eacb
parent 22288 4e2559841d6c
child 23602 a4679a74df14
child 23721 1b3df5ef5949
--- a/tests/test-largefiles-misc.t	Mon Dec 08 15:41:54 2014 -0800
+++ b/tests/test-largefiles-misc.t	Sat Dec 13 13:33:48 2014 -0500
@@ -250,6 +250,16 @@
 Add a normal file to the subrepo, then test archiving
 
   $ echo 'normal file' > subrepo/normal.txt
+  $ mv subrepo/large.txt subrepo/renamed-large.txt
+  $ hg -R subrepo addremove --dry-run
+  removing large.txt
+  adding normal.txt
+  adding renamed-large.txt
+  $ hg status -S
+  ! subrepo/large.txt
+  ? subrepo/normal.txt
+  ? subrepo/renamed-large.txt
+  $ mv subrepo/renamed-large.txt subrepo/large.txt
   $ hg -R subrepo add subrepo/normal.txt
 
 Lock in subrepo, otherwise the change isn't archived