tests/test-help
author Sascha Wilde <wilde@sha-bang.de>
Tue, 27 Jun 2006 09:57:06 +0200
changeset 2527 c51fad25e59e
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
Split installation targets into install-bin and install-doc. install-bin will only install the program, and install-doc will install the documentation. The main install target still installs both.

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