tests/test-help
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Sat, 18 Nov 2006 23:51:14 -0200
changeset 3677 1a0fa3914c46
parent 896 01215ad04283
permissions -rwxr-xr-x
Avoid looking up usernames if the current user owns the .hgrc file Converting uids into usernames may be somewhat expensive when NIS or LDAP is involved.

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