comparison tests/test-unrelated-pull @ 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 2073e5a71008
children dac4bd67f6c5
comparison
equal deleted inserted replaced
1932:82995896d5af 1933:7544700fd931
3 mkdir a 3 mkdir a
4 cd a 4 cd a
5 hg init 5 hg init
6 echo 123 > a 6 echo 123 > a
7 hg add a 7 hg add a
8 hg commit -m "a" -u a -d "0 0" 8 hg commit -m "a" -u a -d "1000000 0"
9 9
10 cd .. 10 cd ..
11 mkdir b 11 mkdir b
12 cd b 12 cd b
13 hg init 13 hg init
14 echo 321 > b 14 echo 321 > b
15 hg add b 15 hg add b
16 hg commit -m "b" -u b -d "0 0" 16 hg commit -m "b" -u b -d "1000000 0"
17 17
18 hg pull ../a 18 hg pull ../a
19 hg heads 19 hg heads