contrib: git-remote-{bzr,hg} placeholders don't need Python
commitb8686c661d367a6c823fd1c6a47abd2b80ffa009
authorSebastian Schuberth <sschuberth@gmail.com>
Fri, 3 Mar 2017 10:57:46 +0000 (3 10:57 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Mar 2017 19:09:34 +0000 (3 11:09 -0800)
tree933133004e5d7e773d42dd23502fc2c908f4e11b
parente7e07d5a4fcc2a203d9873968ad3e6bd4d7419d7
contrib: git-remote-{bzr,hg} placeholders don't need Python

It does not make sense for these placeholder scripts to depend on Python
just because the real scripts do. At the example of Git for Windows, we
would not even be able to see those warnings as it does not ship with
Python. So just use plain shell scripts instead.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/remote-helpers/git-remote-bzr
contrib/remote-helpers/git-remote-hg