##// END OF EJS Templates
Removed special FIXME handling in run-tests, added bug info to .out files.
Removed special FIXME handling in run-tests, added bug info to .out files.

File last commit:

r814:0902ffec merge default
r833:ad8ff353 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