tests/test-help
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Sat, 13 Jun 2009 18:14:50 +0200
changeset 8790 72af80052bd9
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
inotify: add log config option redirect inotify server output to a file

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