git-remote-hg: add GitExporter/GitImporter/NonLocalGit
commit4051c85671178668bb552a9ca5af3e7bb18f5c6d
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 24 Jul 2011 10:38:43 +0000 (24 12:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 12 May 2012 04:25:51 +0000 (11 23:25 -0500)
treef4c7a47d5b85f68be6b99fa5ce653463da3ec60e
parent77541bb4993094c0fe0cd8908fad43ecefe70d6f
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]