view tests/test-help @ 899:aa5b726e9619

Add '-' support to the commit logfile option to read message from stdin.
author mark.williamson@cl.cam.ac.uk
date Sun, 14 Aug 2005 12:30:01 -0800
parents 01215ad04283
children
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