tests/test-issue612
changeset 12156 4c94b6d0fb1c
parent 4819 9797124581c9
--- a/tests/test-issue612	Thu Sep 02 22:17:22 2010 +0200
+++ b/tests/test-issue612	Thu Sep 02 23:22:51 2010 +0200
@@ -6,15 +6,15 @@
 hg init
 mkdir src
 echo a > src/a.c
-hg ci -Ama -d "10000000 0"
+hg ci -Ama
 
 hg mv src source
-hg ci -Ammove -d "1000000 0"
+hg ci -Ammove
 
 hg co -C 0
 echo new > src/a.c
 echo compiled > src/a.o
-hg ci -mupdate -d "1000000 0"
+hg ci -mupdate
 
 hg st