tests/test-help
author Jim Meyering <list+hg@meyering.net>
Fri, 21 Apr 2006 16:09:43 -0700
changeset 2115 fd77b7ee4aac
parent 896 01215ad04283
permissions -rwxr-xr-x
Fix issue 165: `hg status' with abs path containing a symlink-to-dir fails

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