Mercurial > hg > hg-fastimport
diff hgfastimport/__init__.py @ 62:76bd0ea8add3
Update to cope with API differences.
| author | Jelmer Vernooij <jelmer@samba.org> |
|---|---|
| date | Thu, 10 Nov 2011 23:09:10 +0100 |
| parents | b027552d517b |
| children | ae32828c68d7 |
line wrap: on
line diff
--- a/hgfastimport/__init__.py Thu Nov 10 23:02:14 2011 +0100 +++ b/hgfastimport/__init__.py Thu Nov 10 23:09:10 2011 +0100 @@ -1,8 +1,7 @@ -from mercurial import encoding +from mercurial import encoding, util from mercurial.i18n import _ from hgext.convert import convcmd, hg -from fastimport import parser from hgfastimport.hgimport import fastimport_source def fastimport(ui, repo, *sources, **opts):
