tests/test-help
author NIIMI Satoshi <sa2c@sa2c.net>
Thu, 11 Oct 2007 06:10:45 +0900
changeset 5467 521284cdbcb4
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
mercurial.el: mark-marker() returns non-nil with no active mark on GNU Emacs

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