Mercurial > public > mercurial-scm > hg-stable
diff tests/test-command-template @ 1939:d59fc0d4558f
Use timestamps without leading 0 in test-command-template for portable tests.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Mon, 13 Mar 2006 18:33:33 +0100 |
parents | 7f0899f7828c |
children | a6d0cd63068c |
line wrap: on
line diff
--- 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