git_remote_helpers: add fastimport library
commit6bbd5365988d63780acc2ab407878eef8c19b47c
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 22 Aug 2010 06:22:14 +0000 (22 01:22 -0500)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 31 Jan 2013 23:46:51 +0000 (31 23:46 +0000)
tree6189c1b680e6034fb08d7f49eef112c1a59c94ab
parenta2f32259ddf51e3c295da94e4249c64965ce4576
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