tests/test-largefiles.t
changeset 16285 e53c0b2d7b60
parent 16246 169525f8ffbb
parent 16282 50247a7a9983
child 16351 d6a4cfefafb3
--- a/tests/test-largefiles.t	Mon Mar 26 16:41:54 2012 -0500
+++ b/tests/test-largefiles.t	Mon Mar 26 16:42:53 2012 -0500
@@ -68,6 +68,8 @@
 Remove both largefiles and normal files.
  
   $ hg remove normal1 large1
+  $ hg status large1
+  R large1
   $ hg commit -m "remove files"
   Invoking status precommit hook
   R large1
@@ -249,6 +251,13 @@
   A sub2/large6
   A sub2/large7
 
+Test "hg status" with combination of 'file pattern' and 'directory
+pattern' for largefiles:
+
+  $ hg status sub2/large6 sub2
+  A sub2/large6
+  A sub2/large7
+
 Config settings (pattern **.dat, minsize 2 MB) are respected.
 
   $ echo testdata > test.dat