tests/test-help
author Chris Mason <mason@suse.com>
Fri, 23 Jun 2006 16:42:48 -0700
changeset 2491 ffde9eb23f59
parent 896 01215ad04283
permissions -rwxr-xr-x
Fix localrepo.changes() Correctly decide if we are diffing the working dir

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