diff -r ec327cf0d3a9 -r 0a37e9c8ad6c mercurial/revlog.py --- 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)