git-remote-hg: add GitExporter/GitImporter/NonLocalGit
commit874c5e701548b1d97060dc86e039aa930b2ba467
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 24 Jul 2011 10:38:43 +0000 (24 12:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 5 Jun 2012 18:44:21 +0000 (5 13:44 -0500)
tree832ab4d351bd7a97631ffdfb986352bc7b3b135b
parent02624a464bc024cb296224c19467fd79fc925ea3
git-remote-hg: add GitExporter/GitImporter/NonLocalGit

This is inftrastructure required to implement git-remote-hg.
git_remote_helpers/hg/__init__.py [new file with mode: 0644]
git_remote_helpers/hg/exporter.py [new file with mode: 0644]
git_remote_helpers/hg/importer.py [new file with mode: 0644]
git_remote_helpers/hg/non_local.py [new file with mode: 0644]
git_remote_helpers/hg/util.py [new file with mode: 0644]