Searched refs:GitFailedException (Results 1 – 3 of 3) sorted by relevance
77 class GitFailedException(Exception): class140 except GitFailedException: # pragma: no cover152 except GitFailedException: # pragma: no cover289 raise GitFailedException("Couldn't determine commit position for %s" %
46 from git_recipes import GitFailedException378 except GitFailedException:384 except GitFailedException:511 raise GitFailedException("'git %s' failed." % args)638 except GitFailedException:
1270 self.assertRaises(GitFailedException,1395 self.assertRaises(GitFailedException,