view tests/test-help @ 2329:90368f89340a

notify: add debug output. do not fail if no config file. use --debug to see debug output.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sat, 20 May 2006 12:52:02 -0700
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