tests/test-revert.t
changeset 12156 4c94b6d0fb1c
parent 12106 969176bec217
child 12316 4134686b83e1
--- a/tests/test-revert.t	Thu Sep 02 22:17:22 2010 +0200
+++ b/tests/test-revert.t	Thu Sep 02 23:22:51 2010 +0200
@@ -4,7 +4,7 @@
   $ echo 123 > c
   $ echo 123 > e
   $ hg add a c e
-  $ hg commit -m "first" -d "1000000 0" a c e
+  $ hg commit -m "first" a c e
   $ echo 123 > b
 
 should show b unknown
@@ -102,11 +102,11 @@
 should say file not found
 
   $ hg revert notfound
-  notfound: no such file in rev 095eacd0c0d7
+  notfound: no such file in rev 334a9e57682c
   $ touch d
   $ hg add d
   $ hg rm a
-  $ hg commit -m "second" -d "1000000 0"
+  $ hg commit -m "second"
   $ echo z > z
   $ hg add z
   $ hg st
@@ -154,7 +154,7 @@
   non-executable
 
   $ chmod +x c
-  $ hg commit -d '1000001 0' -m exe
+  $ hg commit -m exe
 
   $ chmod -x c
   $ hg revert --all
@@ -195,7 +195,7 @@
 
 issue332
 
-  $ hg ci -A -m b -d '1000001 0'
+  $ hg ci -A -m b
   adding b/b
   created new head
   $ echo foobar > b/b