tests/test-remove-new.t
changeset 12156 4c94b6d0fb1c
parent 12100 4d6bb7615564
child 12316 4134686b83e1
--- a/tests/test-remove-new.t	Thu Sep 02 22:17:22 2010 +0200
+++ b/tests/test-remove-new.t	Thu Sep 02 23:22:51 2010 +0200
@@ -3,11 +3,11 @@
   $ hg init
   $ echo This is file a1 > a
   $ hg add a
-  $ hg commit -m "commit #0" -d "1000000 0"
+  $ hg commit -m "commit #0"
   $ touch b
   $ hg add b
   $ rm b
-  $ hg commit -A -m"comment #1" -d "1000000 0"
+  $ hg commit -A -m"comment #1"
   removing b
   nothing changed
   $ exit 0