Make test-remove portable for strange strftime implementations (second try).
I forgot to replace the date output for 'hg log -p', too.
--- a/tests/test-remove Mon Mar 13 13:11:35 2006 +0100
+++ b/tests/test-remove Mon Mar 13 13:19:23 2006 +0100
@@ -10,8 +10,8 @@
hg commit -m 2 -d "1000000 0"
hg export 0 | sed -e "s/Thu Jan 01/Thu Jan 1/"
hg export 1 | sed -e "s/Thu Jan 01/Thu Jan 1/"
-hg log -p -r 0
-hg log -p -r 1
+hg log -p -r 0 | sed -e "s/Thu Jan 01/Thu Jan 1/"
+hg log -p -r 1 | sed -e "s/Thu Jan 01/Thu Jan 1/"
cd ..
hg clone a b