diff hgfastimport/__init__.py @ 66:ae32828c68d7

Merge in Jelmer Vernooij's switch to python-fastimport over pyfastimport. Better to use his maintained library than my dusty old forgotten one. Incidentally, this merge deliberately leaves out efc96910ddf2 and descendants: that change broke the tests.
author Greg Ward <greg@gerg.ca>
date Sun, 26 Jul 2015 14:32:32 -0400
parents 9275d497b7ea 76bd0ea8add3
children 6b716ecb1cf3
line wrap: on
line diff
--- a/hgfastimport/__init__.py	Sun Jul 26 14:09:40 2015 -0400
+++ b/hgfastimport/__init__.py	Sun Jul 26 14:32:32 2015 -0400
@@ -2,7 +2,6 @@
 from mercurial.i18n import _
 from hgext.convert import convcmd, hg
 
-from fastimport import parser
 from hgimport import fastimport_source
 
 def fastimport(ui, repo, *sources, **opts):