diff -r b4af2dd9868a -r feac5b0bf9ba mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py Wed Nov 28 11:54:39 2007 -0600 +++ b/mercurial/hgweb/hgweb_mod.py Wed Nov 28 13:58:31 2007 -0800 @@ -13,7 +13,6 @@ 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] != "/":