tests/test-status.t
changeset 12156 4c94b6d0fb1c
parent 11782 992506c14217
child 12328 b63f6422d2a7
--- a/tests/test-status.t	Thu Sep 02 22:17:22 2010 +0200
+++ b/tests/test-status.t	Thu Sep 02 23:22:51 2010 +0200
@@ -106,7 +106,7 @@
   $ cd repo2
   $ touch modified removed deleted ignored
   $ echo "^ignored$" > .hgignore
-  $ hg ci -A -m 'initial checkin' -d "1000000 0"
+  $ hg ci -A -m 'initial checkin'
   adding .hgignore
   adding deleted
   adding modified
@@ -231,7 +231,7 @@
   $ hg init repo4
   $ cd repo4
   $ touch modified removed deleted
-  $ hg ci -q -A -m 'initial checkin' -d "1000000 0"
+  $ hg ci -q -A -m 'initial checkin'
   $ touch added unknown
   $ hg add added
   $ hg remove removed