Lines Matching defs:die
196 die('at most one commit allowed; %d given' % len(args))
202 die("'%s' is not a commit" % commit)
204 die("'%s' is a %s, but a commit was expected" % (commit, object_type))
222 # command will die with an appropriate error message.
229 die('`%s` is a %s, but a commit or filename was expected' %
348 die('`%s` failed' % ' '.join(cmd))
369 die('cannot find executable "%s"' % binary)
379 die('`%s` failed' % ' '.join(hash_object_cmd))
381 die('`%s` failed' % ' '.join(clang_format_cmd))
478 def die(message):