revlog: remove some unnecessary imports
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
revlog: remove some unnecessary imports
manifest hash:
63c887eceb54c8bd5a10692a905fb79079057246
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCnXASywK+sNU5EO8RAkxVAJ92do7puoVbgHE2whbow4MGKKv4pQCeMmms
bt2r/9oVoFclTh2dL3SaQ2Q=
=Jeuv
-----END PGP SIGNATURE-----
--- a/mercurial/revlog.py Tue May 31 22:57:53 2005 -0800
+++ b/mercurial/revlog.py Wed Jun 01 00:21:38 2005 -0800
@@ -8,7 +8,7 @@
# This software may be used and distributed according to the terms
# of the GNU General Public License, incorporated herein by reference.
-import zlib, struct, sha, os, tempfile, binascii, heapq
+import zlib, struct, sha, binascii, heapq
from mercurial import mdiff
def hex(node): return binascii.hexlify(node)