##// END OF EJS Templates
Changed coding hint to BOM
Changed coding hint to BOM

File last commit:

r596:9a8daeff default
r760:73540173 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