Split out fastimport, import it from the system.
commit73ad8982befda76da1fc89671c4ccd7e47a0ae89
authorJelmer Vernooij <jelmer@samba.org>
Fri, 3 Sep 2010 21:51:42 +0000 (3 23:51 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 3 Sep 2010 21:51:42 +0000 (3 23:51 +0200)
tree31ecfc313ba651c354e1e3e8bfa79d621a7af771
parent844a4f35d6ab0dc1542c40b03cef19a87b9dda08
Split out fastimport, import it from the system.
23 files changed:
__init__.py
branch_updater.py
bzr_commit_handler.py
fastimport/__init__.py [deleted file]
fastimport/commands.py [deleted file]
fastimport/dates.py [deleted file]
fastimport/errors.py [deleted file]
fastimport/helpers.py [deleted file]
fastimport/idmapfile.py [deleted file]
fastimport/parser.py [deleted file]
fastimport/processor.py [deleted file]
fastimport/tests/__init__.py [deleted file]
fastimport/tests/test_commands.py [deleted file]
fastimport/tests/test_errors.py [deleted file]
helpers.py
processors/filter_processor.py
processors/generic_processor.py
setup.py
tests/__init__.py
tests/test_filter_processor.py
tests/test_generic_processor.py
tests/test_head_tracking.py
tests/test_parser.py