##// END OF EJS Templates
hgweb: fix tracebacks on both index and repo pages
TK Soh -
r2360:25ec4981 default
parent child Browse files
Show More
@@ -10,7 +10,9 b' import os'
10 10 from mercurial.demandload import demandload
11 11 demandload(globals(), "ConfigParser")
12 12 demandload(globals(), "mercurial:ui,hg,util,templater")
13 demandload(globals(), "mercurial.hgweb.hgweb_mod:hgweb")
13 14 demandload(globals(), "mercurial.hgweb.request:hgrequest")
15 demandload(globals(), "mercurial.hgweb.common:get_mtime,staticfile")
14 16 from mercurial.i18n import gettext as _
15 17
16 18 # This is a stopgap
General Comments 0
You need to be logged in to leave comments. Login now