# HG changeset patch # User Thomas Arendsen Hein # Date 1142252363 -3600 # Node ID 8393baa0858c32830aff85acc17c549d9d90d767 # Parent d32c442571f290dbc9432a271a6986f685c0b3b4 Make test-remove portable for strange strftime implementations (second try). I forgot to replace the date output for 'hg log -p', too. diff -r d32c442571f2 -r 8393baa0858c tests/test-remove --- 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