diff -r 02b127749dc0 -r cdd33a048289 mercurial/hgweb/hgwebdir_mod.py --- a/mercurial/hgweb/hgwebdir_mod.py Fri Jul 20 09:31:32 2007 +0200 +++ b/mercurial/hgweb/hgwebdir_mod.py Sat Jul 21 10:30:51 2007 +0200 @@ -244,7 +244,7 @@ if up < 0: break virtual = virtual[:up] - + req.write(tmpl("notfound", repo=virtual)) else: if req.form.has_key('static'):