tests/test-help
author Vadim Gelfer <vadim.gelfer@gmail.com>
Tue, 25 Jul 2006 13:50:32 -0700
changeset 2673 109a22f5434a
parent 896 01215ad04283
permissions -rwxr-xr-x
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks all repository classes now have url() method that returns url of repo.

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