tests/test-help
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 26 Mar 2007 23:50:01 -0300
changeset 4289 e17598881509
parent 896 01215ad04283
permissions -rwxr-xr-x
test-http: use printenv.py

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