git-remote-hg: add the helper

The helper uses the previously added infrastructure.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
This commit is contained in:
Sverre Rabbelier
2011-07-24 12:38:57 +02:00
committed by Johannes Schindelin
parent 6d4bb42b5a
commit bed2af2abc
4 changed files with 104 additions and 1 deletions

View File

@@ -14,5 +14,5 @@ setup(
url = 'http://www.git-scm.com/',
package_dir = {'git_remote_helpers': ''},
packages = ['git_remote_helpers', 'git_remote_helpers.git',
'git_remote_helpers.fastimport'],
'git_remote_helpers.fastimport', 'git_remote_helpers.hg'],
)