tests/test-largefiles-update.t
branchstable
changeset 23089 197dc4580da2
parent 23058 6099b518643c
child 23090 24600c9d7f4e
--- a/tests/test-largefiles-update.t	Sun Oct 26 12:14:12 2014 +0100
+++ b/tests/test-largefiles-update.t	Tue Oct 28 01:14:11 2014 +0900
@@ -543,4 +543,13 @@
   $ cat largeX
   largeX
 
+Test that "hg status" doesn't show removal of largefiles not managed
+in the target context.
+
+  $ hg update -q -C 4
+  $ hg remove largeX
+  $ hg status -A largeX
+  R largeX
+  $ hg status -A --rev '.^1' largeX
+
   $ cd ..