tests/test-help
author Matt Mackall <mpm@selenic.com>
Tue, 18 Oct 2005 23:05:30 -0700
changeset 1409 964baa35faf8
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
hgweb: add shortcuts for all the web commands / fix empty arg bug

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