tests/test-help
author Matt Mackall <mpm@selenic.com>
Sun, 24 May 2009 02:56:20 -0500
changeset 8586 347fe1ac4f21
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
match: add exact flag to match() to unify all match forms

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