tests/test-help
author Matt Mackall <mpm@selenic.com>
Tue, 15 Aug 2006 16:28:00 -0500
changeset 2915 21631c2c09a5
parent 896 01215ad04283
permissions -rwxr-xr-x
filelog.cmp: return 0 for equality spotted by Alexis Carvalho

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