# HG changeset patch # User Brendan Cully # Date 1162347023 28800 # Node ID f8589028a7fa6f807866a76515b1146be9187e7a # Parent 9d815b074dcb148fdde1c22e5db123c27e3d878b hgweb: split URLs containing spaces or other escaped characters correctly diff -r 9d815b074dcb -r f8589028a7fa mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py Tue Oct 31 17:31:30 2006 -0800 +++ b/mercurial/hgweb/hgweb_mod.py Tue Oct 31 18:10:23 2006 -0800 @@ -708,7 +708,7 @@ return '%s%s%s' % (url.startswith('/') and '/' or '', inner, tl) - root = normurl(req.env.get('REQUEST_URI', '').split('?', 1)[0]) + root = normurl(urllib.unquote(req.env.get('REQUEST_URI', '').split('?', 1)[0])) pi = normurl(req.env.get('PATH_INFO', '')) if pi: # strip leading /