tests/test-largefiles-misc.t
changeset 23602 a4679a74df14
parent 23441 d289ba74dba3
parent 23592 96d335e4eacb
child 23726 d944492445fa
--- a/tests/test-largefiles-misc.t	Wed Dec 17 15:11:26 2014 -0800
+++ b/tests/test-largefiles-misc.t	Thu Dec 18 16:41:59 2014 -0600
@@ -255,6 +255,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