tests/test-help
author Matt Mackall <mpm@selenic.com>
Thu, 22 Mar 2007 19:52:38 -0500
changeset 4267 b11a2fb59cf5
parent 896 01215ad04283
permissions -rwxr-xr-x
revlog: simplify revlog version handling - pass the default version as an attribute on the opener - eliminate config option mess

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