git-remote-hg: add GitExporter/GitImporter/NonLocalGit
commite053c719666a0a47eb399052ea19ef83e0058931
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 24 Jul 2011 10:38:43 +0000 (24 12:38 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Wed, 16 Jan 2013 09:52:41 +0000 (16 09:52 +0000)
tree4a0cb3d586efbb03eb50d1e2f306c6dc30e7e34f
parent63c271e0ef94b73a147fba0be4176fe4fcb3b351
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]