Mercurial > public > mercurial-scm > hg
diff mercurial/hgweb/hgweb_mod.py @ 5565:feac5b0bf9ba
Drop a bad import that snuck in.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 28 Nov 2007 13:58:31 -0800 |
parents | d61fea133f2d |
children | d74fc8dec2b4 |
line wrap: on
line diff
--- 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] != "/":