Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/scripts/
H A Dgit-pbchk.py59 class GitError(Exception): class
74 raise GitError("Could not create temporary file: %s\n" % e)
81 raise GitError("could not execute %s: %s\n" % (command, e))
85 raise GitError(p.stdout.read())
355 except GitError as e: