git_remote_helpers: add fastimport library
commitf835bb2c85b0540f1ba6d09d9c149ba670cdc1e0
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 22 Aug 2010 06:22:14 +0000 (22 01:22 -0500)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 1 Oct 2012 13:35:23 +0000 (1 14:35 +0100)
treef5615cea504698b2055064902c08b88cca7b53db
parent049f093d7bf70463bf77f4629015909be4cb1fc4
git_remote_helpers: add fastimport library
git_remote_helpers/fastimport/__init__.py [new file with mode: 0644]
git_remote_helpers/fastimport/commands.py [new file with mode: 0644]
git_remote_helpers/fastimport/dates.py [new file with mode: 0644]
git_remote_helpers/fastimport/errors.py [new file with mode: 0644]
git_remote_helpers/fastimport/head_tracker.py [new file with mode: 0644]
git_remote_helpers/fastimport/helpers.py [new file with mode: 0644]
git_remote_helpers/fastimport/idmapfile.py [new file with mode: 0644]
git_remote_helpers/fastimport/parser.py [new file with mode: 0644]
git_remote_helpers/fastimport/processor.py [new file with mode: 0644]
git_remote_helpers/setup.py