tests/test-help
author Brendan Cully <brendan@kublai.com>
Fri, 29 Feb 2008 14:21:15 -0800
changeset 6197 f6565f7d9489
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
highlight: make div trimmer work when lexer fails to identify text. In this case, there is no initial <span> tag.

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