Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/scripts/
H A Dgit-pbchk.py53 class GitError(Exception): class
68 raise GitError("Could not create temporary file: %s\n" % e)
75 raise GitError("could not execute %s: %s\n" (command, e))
79 raise GitError(p.stdout.read())
378 except GitError, e: