mercurial/hgweb/hgwebdir_mod.py
changeset 3543 f7dee427cd14
parent 3542 c3043ebe40a0
child 3879 9c8488490724
child 3886 abaee83ce0a6
--- a/mercurial/hgweb/hgwebdir_mod.py
+++ b/mercurial/hgweb/hgwebdir_mod.py
@@ -110,7 +110,7 @@ class hgwebdir(object):
             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: