diff -r e15f7db0f0ee -r f429e0e067a8 tests/test-hgweb-no-request-uri --- a/tests/test-hgweb-no-request-uri Sat Dec 01 19:19:08 2007 +0100 +++ b/tests/test-hgweb-no-request-uri Sun Dec 02 10:12:26 2007 +0100 @@ -1,4 +1,7 @@ #!/bin/sh +# This tests if hgweb and hgwebdir still work if the REQUEST_URI variable is +# no longer passed with the request. Instead, SCRIPT_NAME and PATH_INFO +# should be used from d74fc8dec2b4 onward to route the request. mkdir repo cd repo