tests/test-help
author Alexander Solovyov <piranha@piranha.org.ua>
Mon, 11 May 2009 14:20:18 +0200
changeset 8345 dcebff8a25dd
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
hgwebdir: read --webdir-conf as actual configuration to ui (issue1586) This cleans up code and allows specification of values more globally. For example, it's now possible to specify web.contact in webdir-conf for all repositories without a specified contact set.

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