tests/test-help
author Matt Mackall <mpm@selenic.com>
Thu, 27 Oct 2005 13:49:15 -0700
changeset 1475 d791c335fb7b
parent 896 01215ad04283
permissions -rwxr-xr-x
Elevate parents to a "common" command in help

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