changeset 5580 | f429e0e067a8 |
parent 5579 | e15f7db0f0ee |
child 6785 | 4879468fa28f |
--- 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