tests/test-dumprevlog
changeset 8167 6c82beaaa11a
parent 7229 7946503ec76e
--- a/tests/test-dumprevlog	Sun Apr 26 11:49:17 2009 +0200
+++ b/tests/test-dumprevlog	Sun Apr 26 14:29:02 2009 +0200
@@ -9,13 +9,13 @@
 
 echo this is file a > a
 hg add a
-hg commit -m first -d '0 0'
+hg commit -m first
 
 echo adding to file a >> a
-hg commit -m second -d '0 0'
+hg commit -m second
 
 echo adding more to file a >> a
-hg commit -m third -d '0 0'
+hg commit -m third
 
 hg verify