tests/test-help
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Tue, 01 Dec 2009 09:53:02 +0900
changeset 10013 b2e87fde6806
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
run-tests: --inotify: use inotify.appendpid to append pids to $DAEMON_PIDS Introduce a inotify.appendpid configuration possibility that appends pids to inotify.pidfile when set to True.

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