Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/webcommands.py @ 5595:b95b2525c6e8
fix some imports; pushing bz2 bundles over http is currently untested
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Mon, 03 Dec 2007 11:58:29 +0100 |
parents | 08887121a652 |
children | d534ba1c4eb4 |
line wrap: on
line diff
--- a/mercurial/hgweb/webcommands.py Sun Dec 02 21:54:56 2007 -0800 +++ b/mercurial/hgweb/webcommands.py Mon Dec 03 11:58:29 2007 +0100 @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -import cStringIO, zlib, tempfile, errno, os, sys +import cStringIO, zlib, bz2, tempfile, errno, os, sys from mercurial import revlog, util, streamclone from mercurial.i18n import gettext as _ from mercurial.node import *