Lines Matching refs:exit
88 sys.exit("Please specify only one option at once.")
91 sys.exit("Please specify valid input in the following format: "
96 sys.exit("The current Git tree is dirty (see 'git status'). "
105 sys.exit("The --commit option can't use the HEAD ref")
113 sys.exit("Please specify a valid Python regex.")
131 sys.exit(0)
232 exit(fail)
319 sys.exit(1)
474 # Python flushes standard streams on exit; redirect remaining output
478 sys.exit(1) # Python exits with error code 1 on EPIPE