changeset 3557 | f7dee427cd14 |
parent 3555 | 881064004fd0 |
child 3595 | fc34fd58ae7b |
--- 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