##// END OF EJS Templates
Provided platform dependent implementations for explain_exit...
Provided platform dependent implementations for explain_exit os.system return code is system dependent.

File last commit:

r596:9a8daeff default
r782:cdb9e95b default
Show More
test-help
11 lines | 105 B | text/plain | TextLexer
#!/bin/sh
hg help
hg -q help
hg add -h
hg add --skjdfks
hg help diff
hg help foo
hg -q commands
exit 0