comparison tests/test-remove @ 1953:379ab45b91b7

change default strftime format for better portability On some systems, such as Solaris and HP-UX, "%c" format give output without the leading zero on the single-digit month-day.
author TK Soh <teekaysoh@yahoo.com>
date Tue, 14 Mar 2006 22:01:30 -0800
parents 8393baa0858c
children 82385773df6c
comparison
equal deleted inserted replaced
1951:696230e52e4d 1953:379ab45b91b7
6 hg add foo 6 hg add foo
7 hg commit -m 1 -d "1000000 0" 7 hg commit -m 1 -d "1000000 0"
8 rm foo 8 rm foo
9 hg remove foo 9 hg remove foo
10 hg commit -m 2 -d "1000000 0" 10 hg commit -m 2 -d "1000000 0"
11 hg export 0 | sed -e "s/Thu Jan 01/Thu Jan 1/" 11 hg export 0
12 hg export 1 | sed -e "s/Thu Jan 01/Thu Jan 1/" 12 hg export 1
13 hg log -p -r 0 | sed -e "s/Thu Jan 01/Thu Jan 1/" 13 hg log -p -r 0
14 hg log -p -r 1 | sed -e "s/Thu Jan 01/Thu Jan 1/" 14 hg log -p -r 1
15 15
16 cd .. 16 cd ..
17 hg clone a b 17 hg clone a b