--- a/mercurial/hgweb.py Sat Aug 27 23:43:08 2005 -0700 +++ b/mercurial/hgweb.py Sat Aug 27 23:43:13 2005 -0700 @@ -950,7 +950,7 @@ h = hgweb(real) h.run() return - except NoOptionError: + except: httpnotfound(virtual) return