# HG changeset patch # User mpm@selenic.com # Date 1117831232 28800 # Node ID 1aaa49039a6b109d589db95cd64cd24cef3e4d05 # Parent 87484f627422189536d8ee676e31ba1477a33104 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----- diff -r 87484f627422 -r 1aaa49039a6b mercurial/hg.py --- a/mercurial/hg.py Thu Jun 02 18:46:49 2005 -0800 +++ b/mercurial/hg.py Fri Jun 03 12:40:32 2005 -0800 @@ -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 sys, struct, sha, socket, os, time, re, urllib2 +import sys, struct, sha, socket, os, time, re, urllib2, tempfile import urllib from mercurial import byterange, lock from mercurial.transaction import *