view tests/test-help @ 5232:d3874a286b51

fix the dummy 00changelog.i not being copied on clone
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 31 Aug 2007 22:31:03 +0200
parents 01215ad04283
children 9ed13f718e53
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