git-commit-vandalism/git_remote_helpers/git
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
..
__init__.py
exporter.py git-remote-testgit: fix error handling 2011-07-19 11:17:47 -07:00
git.py
importer.py git-remote-testgit: fix error handling 2011-07-19 11:17:47 -07:00
non_local.py git-remote-testgit: fix error handling 2011-07-19 11:17:47 -07:00
repo.py git-remote-testgit: fix error handling 2011-07-19 11:17:47 -07:00