tests/test-diffdir.t
changeset 12156 4c94b6d0fb1c
parent 11921 650d8a023249
child 12316 4134686b83e1
--- a/tests/test-diffdir.t	Thu Sep 02 22:17:22 2010 +0200
+++ b/tests/test-diffdir.t	Thu Sep 02 23:22:51 2010 +0200
@@ -1,19 +1,19 @@
   $ hg init
   $ touch a
   $ hg add a
-  $ hg ci -m "a" -d "1000000 0"
+  $ hg ci -m "a"
 
   $ echo 123 > b
   $ hg add b
   $ hg diff --nodates
-  diff -r acd8075edac9 b
+  diff -r 3903775176ed b
   --- /dev/null
   +++ b/b
   @@ -0,0 +1,1 @@
   +123
 
   $ hg diff --nodates -r tip
-  diff -r acd8075edac9 b
+  diff -r 3903775176ed b
   --- /dev/null
   +++ b/b
   @@ -0,0 +1,1 @@
@@ -21,12 +21,12 @@
 
   $ echo foo > a
   $ hg diff --nodates
-  diff -r acd8075edac9 a
+  diff -r 3903775176ed a
   --- a/a
   +++ b/a
   @@ -0,0 +1,1 @@
   +foo
-  diff -r acd8075edac9 b
+  diff -r 3903775176ed b
   --- /dev/null
   +++ b/b
   @@ -0,0 +1,1 @@