##// END OF EJS Templates
Use length of file instead of length of change for the dirstate entry.
Use length of file instead of length of change for the dirstate entry.

File last commit:

r849:8933ef74 default
r863:a7e95e36 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