mercurial/hgweb/hgwebdir_mod.py
changeset 8359 07ddec2ea203
parent 8346 b579823cc546
child 8360 acc202b71619
--- a/mercurial/hgweb/hgwebdir_mod.py	Tue May 12 11:05:13 2009 +0200
+++ b/mercurial/hgweb/hgwebdir_mod.py	Tue May 12 10:57:55 2009 +0200
@@ -35,7 +35,7 @@
         elif isinstance(conf, dict):
             self.repos = sorted(cleannames(conf.items()))
         else:
-            self.ui.readconfig(conf, remap={'paths': 'hgweb-paths'})
+            self.ui.readconfig(conf, remap={'paths': 'hgweb-paths'}, trust=True)
             self.repos = []
 
         self.motd = self.ui.config('web', 'motd')