##// END OF EJS Templates
Add an option '-C|--copies' to hg status to show the source of copied files....
Add an option '-C|--copies' to hg status to show the source of copied files. Copied files are displayed in the form: A newname oldname

File last commit:

r896:01215ad0 merge default
r2639:001703ec 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