tests/test-help
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Sun, 22 Oct 2006 01:01:42 -0300
changeset 3476 13a9a2136dd7
parent 896 01215ad04283
permissions -rwxr-xr-x
bash_completion: make export fall back to tags when there's no mq patch applied

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