##// END OF EJS Templates
Show repo's revlog format on verify only if it doesn't match the default format....
Show repo's revlog format on verify only if it doesn't match the default format. This makes it easier to run the tests with different revlog formats.

File last commit:

r896:01215ad0 merge default
r2152:57729c56 default
Show More
test-help
15 lines | 143 B | text/plain | TextLexer
#!/bin/sh
hg
hg -q
hg help
hg -q help
hg add -h
hg add --skjdfks
hg help diff
hg help status
hg -q help status
hg help foo
hg skjdfks
exit 0