changeset 17427 | 57c6c24b9bc4 |
parent 17424 | e7cfe3587ea4 |
child 18349 | c007e5c54b16 |
--- a/mercurial/hgweb/server.py Tue Aug 21 02:41:20 2012 +0200 +++ b/mercurial/hgweb/server.py Tue Aug 21 02:41:20 2012 +0200 @@ -12,7 +12,7 @@ from mercurial.i18n import _ def _splitURI(uri): - """ Return path and query split from uri + """Return path and query that has been split from uri Just like CGI environment, the path is unquoted, the query is not.