tests/test-help
author Vadim Gelfer <vadim.gelfer@gmail.com>
Mon, 15 May 2006 11:16:32 -0700
changeset 2293 3dc6f2501dbc
parent 896 01215ad04283
permissions -rwxr-xr-x
add --config global option. allows to set hgrc option on command line. syntax: --config section.name=value also add new test-globalopts to test all global options in one place.

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