##// END OF EJS Templates
Warn on pushing unsynced repo or adding new heads...
Warn on pushing unsynced repo or adding new heads By popular demand

File last commit:

r814:0902ffec merge default
r816:8674b780 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