summaryrefslogtreecommitdiff
path: root/git-remote-testpy.py
AgeCommit message (Collapse)AuthorFilesLines
2013-01-09Merge branch 'er/python-version-requirements'Libravatar Junio C Hamano1-0/+5
Some python scripts we ship cannot be run with older versions of the interpreter. * er/python-version-requirements: Add checks to Python scripts for version dependencies.
2012-11-29Rename git-remote-testgit to git-remote-testpyLibravatar Felipe Contreras1-0/+272
This script is not really exercising the remote-helper functionality, but more the python framework for remote helpers that live in git_remote_helpers. It's also not a good example of how to write remote-helpers, unless you are planning to use python, and even then you might not want to use this framework. So let's use a more appropriate name: git-remote-testpy. A patch that replaces git-remote-testgit with a simpler version is on the way. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>