##// END OF EJS Templates
add note about -C to update message
add note about -C to update message

File last commit:

r596:9a8daeff default
r788:64d2a558 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