mirror of
https://github.com/git/git.git
synced 2026-02-25 17:33:34 +00:00
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:
committed by
Johannes Schindelin
parent
6d4bb42b5a
commit
bed2af2abc
@@ -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'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user