summaryrefslogtreecommitdiff
path: root/hg-fast-export.py
diff options
context:
space:
mode:
Diffstat (limited to 'hg-fast-export.py')
-rwxr-xr-xhg-fast-export.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/hg-fast-export.py b/hg-fast-export.py
index 076d432..0e0fa87 100755
--- a/hg-fast-export.py
+++ b/hg-fast-export.py
@@ -3,10 +3,9 @@
# Copyright (c) 2007, 2008 Rocco Rutte <pdmef@gmx.net> and others.
# License: MIT <http://www.opensource.org/licenses/mit-license.php>
-from mercurial import repo,hg,cmdutil,util,ui,revlog,node
+from mercurial import node
from hg2git import setup_repo,fixup_user,get_branch,get_changeset
from hg2git import load_cache,save_cache,get_git_sha1,set_default_branch,set_origin_name
-from tempfile import mkstemp
from optparse import OptionParser
import re
import sys