Searched refs:GitError (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py54 class GitError(Exception): class in inherits:Exception
69 raise GitError("Could not create temporary file: %s\n" % e)
76 raise GitError("could not execute %s: %s\n" (command, e))
80 raise GitError(p.stderr.read())
204 except GitError, e:
390 except GitError, e:

Completed in 59 milliseconds