Mercurial > hg
changeset 2360:25ec4981883e
hgweb: fix tracebacks on both index and repo pages
author | TK Soh <teekaysoh@yahoo.com> |
---|---|
date | Thu, 01 Jun 2006 09:14:27 -0500 |
parents | a392eaa81f29 |
children | d3adb454c5a9 |
files | mercurial/hgweb/hgwebdir_mod.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/hgweb/hgwebdir_mod.py Thu Jun 01 17:51:40 2006 +0200 +++ b/mercurial/hgweb/hgwebdir_mod.py Thu Jun 01 09:14:27 2006 -0500 @@ -10,7 +10,9 @@ from mercurial.demandload import demandload demandload(globals(), "ConfigParser") demandload(globals(), "mercurial:ui,hg,util,templater") +demandload(globals(), "mercurial.hgweb.hgweb_mod:hgweb") demandload(globals(), "mercurial.hgweb.request:hgrequest") +demandload(globals(), "mercurial.hgweb.common:get_mtime,staticfile") from mercurial.i18n import gettext as _ # This is a stopgap