tests/test-issue660
changeset 5516 f252ba975925
parent 5487 7a64931e2d76
child 6210 942287cb1f57
--- a/tests/test-issue660	Fri Oct 26 16:43:13 2007 -0700
+++ b/tests/test-issue660	Wed Nov 07 22:57:28 2007 +0100
@@ -80,10 +80,15 @@
 
 echo % should succeed - shadow removed
 hg add d
+hg ci -md
 
-#echo % update should work
-#
-#hg up -r 0
-#hg up -r 1
+echo % update should work at least with clean workdir
+
+rm -r a b d
+hg up -r 0
+hg st --all
+rm -r a b
+hg up -r 1
+hg st --all
 
 exit 0