mercurial/commands.py
changeset 9036 32e678f9045f
parent 9035 8e34f363dd77
child 9051 f8e25885d975
--- a/mercurial/commands.py	Sun Jul 05 11:05:31 2009 +0200
+++ b/mercurial/commands.py	Sun Jul 05 11:06:09 2009 +0200
@@ -8,9 +8,9 @@
 from node import hex, nullid, nullrev, short
 from lock import release
 from i18n import _, gettext
-import os, re, sys, subprocess, difflib, time
+import os, re, sys, subprocess, difflib, time, tempfile
 import hg, util, revlog, bundlerepo, extensions, copies, context, error
-import patch, help, mdiff, tempfile, url, encoding
+import patch, help, mdiff, url, encoding
 import archival, changegroup, cmdutil, sshserver, hbisect
 from hgweb import server
 import merge as merge_