git-remote-hg: add GitExporter/GitImporter/NonLocalGit
commit1add01b56f289375d1bfa53a7362138c3f0f2b62
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 24 Jul 2011 10:38:43 +0000 (24 12:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 3 May 2012 16:23:14 +0000 (3 11:23 -0500)
tree0b4b98a6c8cc837f36642a1a904c8268e03e35f0
parente2cf0740725fa3fc2e3f0ce303d86f3424ae2824
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]