--- a/tests/test-archive.out Mon Nov 02 17:54:19 2009 +0100
+++ b/tests/test-archive.out Mon Nov 02 19:07:26 2009 +0100
@@ -5,20 +5,20 @@
% gz allowed should give 200
200 Script output follows
% tar.bz2 and zip disallowed should both give 403
-403 Forbidden
-403 Forbidden
+403 Archive type not allowed: bz2
+403 Archive type not allowed: zip
% bz2 allowed should give 200
200 Script output follows
% zip and tar.gz disallowed should both give 403
-403 Forbidden
-403 Forbidden
+403 Archive type not allowed: zip
+403 Archive type not allowed: gz
% zip allowed should give 200
200 Script output follows
% tar.gz and tar.bz2 disallowed should both give 403
-403 Forbidden
-403 Forbidden
+403 Archive type not allowed: gz
+403 Archive type not allowed: bz2
% invalid arch type should give 404
-404 Not Found
+404 Unsupported archive type: None
test-archive-TIP/.hg_archival.txt
test-archive-TIP/bar
--- a/tests/test-hgweb-commands.out Mon Nov 02 17:54:19 2009 +0100
+++ b/tests/test-hgweb-commands.out Mon Nov 02 19:07:26 2009 +0100
@@ -875,7 +875,7 @@
1
% failing unbundle, requires POST request
-405 Method Not Allowed
+405 push requires POST request
0
push requires POST request