diff -r c3043ebe40a0 -r f7dee427cd14 mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py Thu Oct 26 19:25:45 2006 +0200 +++ b/mercurial/hgweb/hgweb_mod.py Thu Oct 26 19:25:45 2006 +0200 @@ -69,7 +69,7 @@ class hgweb(object): def __init__(self, repo, name=None): if type(repo) == type(""): - self.repo = hg.repository(ui.ui(), repo) + self.repo = hg.repository(ui.ui(report_untrusted=False), repo) else: self.repo = repo