tests/test-help
author Bryan O'Sullivan <bos@serpentine.com>
Wed, 20 Jul 2005 04:08:11 -0800
changeset 739 36edb39e8e8c
parent 596 9a8daeff0ffa
child 800 ec85f9e6f3b1
child 808 8f5637f0a0c0
child 814 0902ffece4b4
permissions -rwxr-xr-x
Split make_file back out into make_filename and make_file. It turns out that make_filename is useful by itself.

#!/bin/sh

hg help
hg -q help
hg add -h
hg add --skjdfks
hg help diff
hg help foo
hg -q commands

exit 0