##// END OF EJS Templates
Updated output of tests.
Updated output of tests.

File last commit:

r800:ec85f9e6 default
r801:1f9ec150 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