tests/test-help
author Matt Mackall <mpm@selenic.com>
Mon, 16 Apr 2007 09:51:50 -0500
changeset 4348 b633f470944e
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
hgweb: fix rfind bug in PATH_INFO handling

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