##// END OF EJS Templates
test-obsolete: now gets 404 for hidden change
Matt Mackall -
r18532:a6088c05 2.5 stable
parent child Browse files
Show More
@@ -747,7 +747,7 b' check filelog view'
747 $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'rev/68'
747 $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'rev/68'
748 200 Script output follows
748 200 Script output follows
749 $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'rev/67'
749 $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'rev/67'
750 500 Internal Server Error
750 404 Not Found
751 [1]
751 [1]
752
752
753 check that web.view config option:
753 check that web.view config option:
General Comments 0
You need to be logged in to leave comments. Login now