changeset 3557 | f7dee427cd14 |
parent 3556 | c3043ebe40a0 |
child 3877 | abaee83ce0a6 |
child 3882 | 9c8488490724 |
--- a/mercurial/hgweb/hgwebdir_mod.py Thu Oct 26 19:25:45 2006 +0200 +++ b/mercurial/hgweb/hgwebdir_mod.py Thu Oct 26 19:25:45 2006 +0200 @@ -110,7 +110,7 @@ rows = [] parity = 0 for name, path in self.repos: - u = ui.ui() + u = ui.ui(report_untrusted=False) try: u.readconfig(os.path.join(path, '.hg', 'hgrc')) except IOError: