1
0
mirror of https://github.com/git/git.git synced 2024-10-23 20:19:23 +02:00
git/git_remote_helpers
Sverre Rabbelier 460d10262d git-remote-testgit: fix error handling
If fast-export did not complete successfully the error handling code
itself would error out.

This was broken in commit 23b093ee0 (Brandon Casey, Wed Jun 9 2010,
Remove python 2.5'isms). Revert that commit an introduce our own copy
of check_call in util.py instead.

Tested by changing 'if retcode' to 'if not retcode' temporarily.

Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-07-19 11:17:47 -07:00
..
git git-remote-testgit: fix error handling 2011-07-19 11:17:47 -07:00
__init__.py Add Python support library for remote helpers 2009-11-24 15:50:20 -08:00
.gitignore Add Python support library for remote helpers 2009-11-24 15:50:20 -08:00
Makefile Correct references to /usr/bin/python which does not exist on FreeBSD 2010-03-24 14:33:54 -07:00
setup.cfg remote-helpers: build in platform independent directory 2010-09-27 10:42:50 -07:00
setup.py Add Python support library for remote helpers 2009-11-24 15:50:20 -08:00
util.py git-remote-testgit: fix error handling 2011-07-19 11:17:47 -07:00