view tests/test-help @ 1889:468730910353

Try to import extensions from the hgext module first.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 12 Mar 2006 13:57:55 +0100
parents 01215ad04283
children
line wrap: on
line source

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