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 cover291 raise GitFailedException("Couldn't determine commit position for %s" %
45 from git_recipes import GitFailedException274 except GitFailedException:280 except GitFailedException:407 raise GitFailedException("'git %s' failed." % args)531 except GitFailedException:
806 self.assertRaises(GitFailedException,930 self.assertRaises(GitFailedException,