tests/test-help
author mpm@selenic.com
Sun, 14 Aug 2005 12:23:36 -0800
changeset 897 fe30f5434b51
parent 896 01215ad04283
permissions -rwxr-xr-x
Fix bug with empty inc and exc This fixes an exception that showed up when importing patches

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