diff --git a/tests/test-command-template b/tests/test-command-template --- a/tests/test-command-template +++ b/tests/test-command-template @@ -6,17 +6,17 @@ echo a > a hg add a echo line 1 > b echo line 2 >> b -hg commit -l b -d '1111111111 0' -u 'User Name ' +hg commit -l b -d '1000000 0' -u 'User Name ' 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 ' +hg commit -l c -d '1100000 0' -u 'A. N. Other ' 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