Searched refs:GitFailedException (Results 1 – 3 of 3) sorted by relevance
77 class GitFailedException(Exception): class135 except GitFailedException: # pragma: no cover147 except GitFailedException: # pragma: no cover243 raise GitFailedException("Git hash %s is unknown." % git_hash)249 raise GitFailedException("Couldn't convert %s to SVN." % git_hash)
46 from git_recipes import GitFailedException354 raise GitFailedException("'git %s' failed." % args)486 except GitFailedException:
1164 self.assertRaises(GitFailedException,