tests/test-clone
changeset 8167 6c82beaaa11a
parent 7927 a218ba5f60df
child 9714 2f1ab7f77ddc
--- a/tests/test-clone	Sun Apr 26 11:49:17 2009 +0200
+++ b/tests/test-clone	Sun Apr 26 14:29:02 2009 +0200
@@ -7,14 +7,14 @@
 hg init
 echo a > a
 hg add a
-hg commit -m test -d '0 0'
+hg commit -m test
 echo first line > b
 hg add b
 # create a non-inlined filelog
 python -c 'for x in range(10000): print x' >> data1
 for j in 0 1 2 3 4 5 6 7 8 9; do
     cat data1 >> b
-    hg commit -m test -d '0 0'
+    hg commit -m test
 done
 echo % "list files in store/data (should show a 'b.d')"
 for i in .hg/store/data/*; do