view tests/test-help @ 1888:283d2ab1e020

Make bash_completion more robust for e.g. broken hgrc or old hg installations.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 12 Mar 2006 12:29:03 +0100
parents 01215ad04283
children 9ed13f718e53
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