##// END OF EJS Templates
hgweb: account for Python 2.4 in one test
hgweb: account for Python 2.4 in one test

File last commit:

r5561:22713dce default
r5564:b4af2dd9 default
Show More
test-hgwebdir.out
43 lines | 461 B | text/plain | TextLexer
adding a
adding b
adding c
% should give a 404 - file does not exist
404 Not Found
error: Path not found: bork/
% should succeed
200 Script output follows
/a/
/b/
200 Script output follows
a
200 Script output follows
b
% should give a 404 - repo is not published
404 Not Found
error: repository c not found
% should succeed
200 Script output follows
/a/
/b/
/c/
200 Script output follows
a
200 Script output follows
b
200 Script output follows
c