view tests/test-help @ 8381:f52fcc864df4

inotify: server.walk(): use yield instead of for iterate on subdir when the directory is found, not once all the directories are found, since yield order doesn't matter
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Mon, 04 May 2009 18:19:26 +0900
parents 01215ad04283
children 9ed13f718e53
line wrap: on
line source

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