Mercurial > hg
changeset 1936:8393baa0858c
Make test-remove portable for strange strftime implementations (second try).
I forgot to replace the date output for 'hg log -p', too.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Mon, 13 Mar 2006 13:19:23 +0100 |
parents | d32c442571f2 |
children | 36c6e4c3ff43 |
files | tests/test-remove |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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