Mercurial > public > mercurial-scm > hg-stable
diff tests/test-hgweb-no-request-uri @ 5580:f429e0e067a8
Fix style nit and add some comments to tests.
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Sun, 02 Dec 2007 10:12:26 +0100 |
parents | e15f7db0f0ee |
children | 4879468fa28f |
line wrap: on
line diff
--- 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