##// END OF EJS Templates
Incorporated most of Aron Griffis suggestions for sh compatibility.
Incorporated most of Aron Griffis suggestions for sh compatibility.

File last commit:

r800:ec85f9e6 default
r804:19388dcb 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