tests/test-help
author Matt Mackall <mpm@selenic.com>
Mon, 02 Oct 2006 15:28:44 -0500
changeset 3238 d865390c1781
parent 896 01215ad04283
permissions -rwxr-xr-x
context: simplify repr methods

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