diff -r 72cb6bde5355 -r d61fea133f2d mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py Wed Nov 28 08:39:05 2007 -0800 +++ b/mercurial/hgweb/hgweb_mod.py Wed Nov 28 09:39:17 2007 -0800 @@ -13,6 +13,7 @@ from mercurial import mdiff, ui, hg, util, archival, streamclone, patch from mercurial import revlog, templater from common import ErrorResponse, get_mtime, staticfile, style_map, paritygen +from common import statusmsg def _up(p): if p[0] != "/":