tests/test-help
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 21 Dec 2009 20:19:21 +0100
changeset 10107 c03f467423f3
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
bookmarks: repo._bookmarkcurrent should be a propertycache

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