tests/test-help
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Wed, 07 Mar 2007 15:26:03 -0300
changeset 4162 b2d9e553cdc8
parent 896 01215ad04283
permissions -rwxr-xr-x
incoming/outgoing: print the name of the other repo

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