tests/test-help
author Sébastien Pierre <sebastien@xprima.com>
Sat, 27 May 2006 15:04:40 -0700
changeset 2349 88c881bda888
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
darcs2hg.py: import darcs project into mercurial For now, the tags are not taken into account (so you have to reenter the tags by hand)

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