comparison tests/test-rename @ 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 64df4220b349
children df8416346bb7
comparison
equal deleted inserted replaced
1932:82995896d5af 1933:7544700fd931
6 echo d1/ba > d1/ba 6 echo d1/ba > d1/ba
7 echo d1/a1 > d1/d11/a1 7 echo d1/a1 > d1/d11/a1
8 echo d1/b > d1/b 8 echo d1/b > d1/b
9 echo d2/b > d2/b 9 echo d2/b > d2/b
10 hg add d1/a d1/b d1/ba d1/d11/a1 d2/b 10 hg add d1/a d1/b d1/ba d1/d11/a1 d2/b
11 hg commit -m "1" -d "0 0" 11 hg commit -m "1" -d "1000000 0"
12 12
13 echo "# rename a single file" 13 echo "# rename a single file"
14 hg rename d1/d11/a1 d2/c 14 hg rename d1/d11/a1 d2/c
15 hg status 15 hg status
16 hg update -C 16 hg update -C