comparison tests/test-walk @ 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 1d7d0c07e8f3
children df8416346bb7
comparison
equal deleted inserted replaced
1932:82995896d5af 1933:7544700fd931
15 echo fennel > fennel 15 echo fennel > fennel
16 echo fenugreek > fenugreek 16 echo fenugreek > fenugreek
17 echo fiddlehead > fiddlehead 17 echo fiddlehead > fiddlehead
18 echo glob:glob > glob:glob 18 echo glob:glob > glob:glob
19 hg addremove 19 hg addremove
20 hg commit -m "commit #0" -d "0 0" 20 hg commit -m "commit #0" -d "1000000 0"
21 hg debugwalk 21 hg debugwalk
22 cd mammals 22 cd mammals
23 hg debugwalk . 23 hg debugwalk .
24 hg debugwalk Procyonidae 24 hg debugwalk Procyonidae
25 cd Procyonidae 25 cd Procyonidae