Mercurial > public > mercurial-scm > hg-stable
diff tests/test-hgweb-commands @ 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 | 6ae8ed59c7b4 |
children | f39110afc039 |
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'