tests/test-help
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 17 Oct 2006 17:04:26 -0300
changeset 3426 f29989e9746e
parent 896 01215ad04283
permissions -rwxr-xr-x
use ui.readsections in the acl extension

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