diff -r 3e92772d5383 -r 76ff3a715cf2 mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py Sun Feb 10 18:24:29 2013 +0100 +++ b/mercurial/hgweb/webcommands.py Sun Feb 10 18:24:29 2013 +0100 @@ -842,7 +842,8 @@ if isinstance(tp, str): tp = [tp] static = [os.path.join(p, 'static') for p in tp] - return [staticfile(static, fname, req)] + staticfile(static, fname, req) + return [] def graph(web, req, tmpl):