comparison mercurial/hg.py @ 223:1aaa49039a6b

add back tempfile import -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 add back tempfile import manifest hash: e6673585d42d0992230d23c8334a9e26eb94d34a -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCoMBAywK+sNU5EO8RAvTAAKCwlVzxvm9enBR+xMmkj2aRMEYkkwCfXUqT SlEdijBZ9fnktzxadp7/evU= =uL7e -----END PGP SIGNATURE-----
author mpm@selenic.com
date Fri, 03 Jun 2005 12:40:32 -0800
parents 87484f627422
children ccbcc4d76f81
comparison
equal deleted inserted replaced
222:87484f627422 223:1aaa49039a6b
3 # Copyright 2005 Matt Mackall <mpm@selenic.com> 3 # Copyright 2005 Matt Mackall <mpm@selenic.com>
4 # 4 #
5 # This software may be used and distributed according to the terms 5 # This software may be used and distributed according to the terms
6 # of the GNU General Public License, incorporated herein by reference. 6 # of the GNU General Public License, incorporated herein by reference.
7 7
8 import sys, struct, sha, socket, os, time, re, urllib2 8 import sys, struct, sha, socket, os, time, re, urllib2, tempfile
9 import urllib 9 import urllib
10 from mercurial import byterange, lock 10 from mercurial import byterange, lock
11 from mercurial.transaction import * 11 from mercurial.transaction import *
12 from mercurial.revlog import * 12 from mercurial.revlog import *
13 from difflib import SequenceMatcher 13 from difflib import SequenceMatcher