tests/test-subrepo.t
changeset 15474 95174c381525
parent 15473 d90b0b30464b
child 15501 2371f4aea665
child 15520 d6d7b56ec346
--- a/tests/test-subrepo.t	Wed Nov 09 19:46:49 2011 -0500
+++ b/tests/test-subrepo.t	Wed Nov 09 19:46:51 2011 -0500
@@ -1006,12 +1006,12 @@
   committing subrepository s
 
 Test behavior of forget for explicit path in subrepo:
-Forgetting an explicit path in a subrepo currently gives a file untracked warn
+Forgetting an explicit path in a subrepo untracks the file
   $ echo c19 > s/f19
   $ hg add s/f19
   $ hg st -S
   A s/f19
   $ hg forget s/f19
-  not removing s/f19: file is already untracked
-  [1]
+  $ hg st -S
+  ? s/f19
   $ rm s/f19