tests/test-help
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 19 Mar 2007 19:07:37 -0300
changeset 4244 a80502f47552
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
hgwebdir: break templater -> templater circular reference This is essentially another instance of the same problem fixed by the parent changeset. See its commit message for the details.

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