view tests/test-help @ 1795:36e19e3da12d

Fix 'hg serve' not using CSS. hgweb.py (templatepath): Return normalized path [fixes later checks in staticfile()]
author Lee Cantey <lcantey@gmail.com>
date Thu, 23 Feb 2006 12:02:39 +0100
parents 01215ad04283
children
line wrap: on
line source

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