tests/test-largefiles-cache.t
branchstable
changeset 23618 9dd5dfeaab4c
parent 21024 7731a2281cf0
child 23619 70afc58c32d3
--- a/tests/test-largefiles-cache.t	Sun Dec 21 14:42:46 2014 -0500
+++ b/tests/test-largefiles-cache.t	Sun Dec 21 15:04:13 2014 -0500
@@ -134,3 +134,15 @@
   $ cd ..
 
 #endif
+
+Test issue 4053 (remove --after on a deleted, uncommitted file shouldn't say
+it is missing, but a remove on a nonexistant unknown file still should)
+
+  $ cd src
+  $ touch x
+  $ hg add x
+  $ mv x y
+  $ hg remove -A x y ENOENT
+  ENOENT: * (glob)
+  not removing y: file is untracked
+  [1]