Mercurial > hg-stable
changeset 5687:ca7af19debea
test-hgweb-commands: replace all "XX years ago" occurences
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Mon, 24 Dec 2007 01:50:07 +0100 |
parents | 5d14d71148b8 |
children | 883d887c6408 |
files | tests/test-hgweb-commands tests/test-hgweb-commands.out |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-hgweb-commands Fri Dec 21 14:26:20 2007 -0800 +++ b/tests/test-hgweb-commands Mon Dec 24 01:50:07 2007 +0100 @@ -31,7 +31,7 @@ echo % Overviews "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/tags/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//" -"$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/summary/?style=gitweb' | sed "s/[0-9]* years ago/long ago/" +"$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/summary/?style=gitweb' | sed "s/[0-9]* years ago/long ago/g" echo % capabilities "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/capabilities'