view tests/test-help @ 4785:a67f185d0474

convert: svn: use a separate mempool for each ls in the 1.4 fallback path
author Brendan Cully <brendan@kublai.com>
date Tue, 03 Jul 2007 10:55:46 -0700
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