tests/test-help
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Thu, 15 Feb 2007 08:49:20 -0200
changeset 4091 3d7480ada3e5
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
hgweb/server.py: use hg.repository to create a repo object

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