diff -r 94ad12aa0530 -r 4c94b6d0fb1c tests/test-status.t --- 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