changeset 2524 | c1974f65d781 |
parent 2522 | 85f796baab10 |
child 3255 | e96d2956eb4a |
--- a/tests/test-parse-date Fri Jun 30 18:48:06 2006 +0200 +++ b/tests/test-parse-date Fri Jun 30 18:57:04 2006 +0200 @@ -11,4 +11,6 @@ hg ci -d "1150000000 14400" -m "rev 4 (merge)" echo "fail" >> a hg ci -d "should fail" -m "fail" +hg ci -d "100000000000000000 1400" -m "fail" +hg ci -d "100000 1400000" -m "fail" hg log --template '{date|date}\n'