##// END OF EJS Templates
extdiff: add --change option to display single changeset diff...
extdiff: add --change option to display single changeset diff This is the counterpart for extdiff of 9c6ae2e09e11.

File last commit:

r896:01215ad0 merge default
r7758:e81e6c99 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