# HG changeset patch # User Ollivier Robert # Date 1125211393 25200 # Node ID 14a69c4988cd2e2ed105962496dabde8793e4e9a # Parent df25ee778ac2283cbedc272b73e2e32e77b76db4 NoOptionError is unknown there. diff -r df25ee778ac2 -r 14a69c4988cd mercurial/hgweb.py --- 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