tests/test-help
author Steve Borho <steve@borho.org>
Wed, 12 Dec 2007 16:44:26 -0600
changeset 5644 e2e8e977a6cb
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
win32: fix ssh://host:port when using Plink Moves ssh argument building to platform specific utils code. The win32 version looks for plink in ssh command string and uses '-P' in lieu of '-p' for specifying a port

#!/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