Mercurial > public > mercurial-scm > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
5686:5d14d71148b8 | 5687:ca7af19debea |
---|---|
29 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/file/1/?style=raw' | 29 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/file/1/?style=raw' |
30 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/filediff/1/foo/?style=raw' | 30 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/filediff/1/foo/?style=raw' |
31 | 31 |
32 echo % Overviews | 32 echo % Overviews |
33 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/tags/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//" | 33 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/tags/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//" |
34 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/summary/?style=gitweb' | sed "s/[0-9]* years ago/long ago/" | 34 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/summary/?style=gitweb' | sed "s/[0-9]* years ago/long ago/g" |
35 | 35 |
36 echo % capabilities | 36 echo % capabilities |
37 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/capabilities' | 37 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/capabilities' |
38 echo % heads | 38 echo % heads |
39 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/heads' | 39 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/heads' |