comparison tests/test-encode @ 1933:7544700fd931

Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero. Some systems show "Thu Jan 01" instead of "Thu Jan 1", which breaks tests. Using "1000000" yields "Mon Jan 12 13:46:40 1970", which looks the same on all systems.
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 13 Mar 2006 13:05:41 +0100
parents 1945754e466b
children
comparison
equal deleted inserted replaced
1932:82995896d5af 1933:7544700fd931
11 11
12 EOF 12 EOF
13 13
14 echo "this is a test" | gzip > a.gz 14 echo "this is a test" | gzip > a.gz
15 hg add a.gz 15 hg add a.gz
16 hg ci -m "test" -d "0 0" 16 hg ci -m "test" -d "1000000 0"
17 echo %% no changes 17 echo %% no changes
18 hg status 18 hg status
19 touch a.gz 19 touch a.gz
20 20
21 echo %% no changes 21 echo %% no changes