tests/test-subrepo-recursion.t
changeset 15911 c654eac03452
parent 15910 2b8d5c55ae67
child 15912 2bd54ffaa27e
--- a/tests/test-subrepo-recursion.t	Tue Jan 17 19:10:54 2012 -0500
+++ b/tests/test-subrepo-recursion.t	Tue Jan 17 19:10:58 2012 -0500
@@ -193,11 +193,6 @@
   $ hg status -S
   ? foo/bar/z2.txt
   $ hg add foo/bar/z2.txt
-This is expected to add the file, but is currently broken
-  $ hg status -S
-  ? foo/bar/z2.txt
-When fixed, remove the next two commands
-  $ hg add -R foo/bar foo/bar/z2.txt
   $ hg status -S
   A foo/bar/z2.txt
 This is expected to forget the file, but is currently broken