There doesn't seem to be any reason to keep these remote-helpers in the contrib area. Felipe Contreras (3): remote-helpers: squelch python import exceptions remote-helpers: move out of contrib remote-helpers: move tests out of contrib .gitignore | 2 ++ Makefile | 2 ++ contrib/remote-helpers/Makefile | 14 -------------- contrib/remote-helpers/git-remote-bzr => git-remote-bzr.py | 0 contrib/remote-helpers/git-remote-hg => git-remote-hg.py | 0 contrib/remote-helpers/test-hg.sh => t/t5810-remote-hg.sh | 5 ++--- .../test-hg-bidi.sh => t/t5811-remote-hg-bidi.sh | 5 ++--- .../test-hg-hg-git.sh => t/t5812-remote-hg-hg-git.sh | 7 +++---- .../remote-helpers/test-bzr.sh => t/t5820-remote-bzr.sh | 5 ++--- 9 files changed, 13 insertions(+), 27 deletions(-) delete mode 100644 contrib/remote-helpers/Makefile rename contrib/remote-helpers/git-remote-bzr => git-remote-bzr.py (100%) rename contrib/remote-helpers/git-remote-hg => git-remote-hg.py (100%) rename contrib/remote-helpers/test-hg.sh => t/t5810-remote-hg.sh (99%) rename contrib/remote-helpers/test-hg-bidi.sh => t/t5811-remote-hg-bidi.sh (97%) rename contrib/remote-helpers/test-hg-hg-git.sh => t/t5812-remote-hg-hg-git.sh (98%) rename contrib/remote-helpers/test-bzr.sh => t/t5820-remote-bzr.sh (98%) -- 1.9.2+fc1.1.g5c924db -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html