Mercurial > hg
changeset 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 | b4af2dd9868a |
children | d74fc8dec2b4 |
files | mercurial/hgweb/hgweb_mod.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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] != "/":