mercurial/hgweb/hgwebdir_mod.py
changeset 40729 c93d046d4300
parent 40728 2cd5f1fac788
child 41319 46781c1b5049
--- a/mercurial/hgweb/hgwebdir_mod.py	Sat Nov 17 19:11:45 2018 +0900
+++ b/mercurial/hgweb/hgwebdir_mod.py	Mon Nov 12 21:10:51 2018 +0900
@@ -272,6 +272,7 @@
         if not baseui:
             # set up environment for new ui
             extensions.loadall(self.ui)
+            extensions.populateui(self.ui)
 
     def refresh(self):
         if self.ui:
@@ -308,6 +309,7 @@
             paths = self.conf
         elif isinstance(self.conf, dict):
             paths = self.conf.items()
+        extensions.populateui(u)
 
         repos = findrepos(paths)
         for prefix, root in u.configitems('collections'):