tests/test-help
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 26 Mar 2007 23:49:56 -0300
changeset 4285 4fd6f7e60894
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
Add tests/printenv.py This is a small script that can be used as a hook to print the HG_* environment variables without relying on the shell.

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