tests/test-command-template
changeset 1939 d59fc0d4558f
parent 1918 7f0899f7828c
child 3193 a6d0cd63068c
--- a/tests/test-command-template	Mon Mar 13 08:25:33 2006 -0800
+++ b/tests/test-command-template	Mon Mar 13 18:33:33 2006 +0100
@@ -6,17 +6,17 @@
 hg add a
 echo line 1 > b
 echo line 2 >> b
-hg commit -l b -d '1111111111 0' -u 'User Name <user@hostname>'
+hg commit -l b -d '1000000 0' -u 'User Name <user@hostname>'
 hg add b
 echo other 1 > c
 echo other 2 >> c
 echo >> c
 echo other 3 >> c
-hg commit -l c -d '1123456789 0' -u 'A. N. Other <other@place>'
+hg commit -l c -d '1100000 0' -u 'A. N. Other <other@place>'
 hg add c
-hg commit -m 'no person' -d '1134567890 0' -u 'other@place'
+hg commit -m 'no person' -d '1200000 0' -u 'other@place'
 echo c >> c
-hg commit -m 'no user, no domain' -d '1144567890 0' -u 'person'
+hg commit -m 'no user, no domain' -d '1300000 0' -u 'person'
 
 # make sure user/global hgrc does not affect tests
 echo '[ui]' > .hg/hgrc