##// END OF EJS Templates
Make test-pull work on slow machines, where hg serve needs some time to start.
Make test-pull work on slow machines, where hg serve needs some time to start.

File last commit:

r596:9a8daeff default
r790:d7380783 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