tests/test-help
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 18 Oct 2006 17:58:51 +0200
changeset 3461 451ec905625b
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
Add new branch info to templater and use it in map-cmdline.default. The template currently shows old (hg log -b style) branch tags, too, but not in the same way as the built in changeset_printer.

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