tests/test-largefiles.t
changeset 15792 7cbba3adabc7
parent 15788 07b6af9076b4
child 15795 8bed8551d535
--- a/tests/test-largefiles.t	Sun Jan 08 18:15:54 2012 +0100
+++ b/tests/test-largefiles.t	Sat Jan 07 12:42:54 2012 +0100
@@ -286,6 +286,20 @@
   $ cat sub2/large7
   large7
 
+Test addremove: verify that files that should be added as largfiles are added as
+such and that already-existing largfiles are not added as normal files by
+accident.
+
+  $ rm normal3
+  $ rm sub/large4
+  $ echo "testing addremove with patterns" > testaddremove.dat
+  $ echo "normaladdremove" > normaladdremove
+  $ hg addremove
+  removing sub/large4
+  adding testaddremove.dat as a largefile
+  removing normal3
+  adding normaladdremove
+
 Clone a largefiles repo.
 
   $ hg clone . ../b