Mercurial > hg
view tests/test-dispatch @ 8823:d9f4c182aeca
churn: improve description
Thanks to Martin Geisler and timeless for the suggested improvements.
author | Cédric Duval <cedricduval@free.fr> |
---|---|
date | Tue, 16 Jun 2009 22:24:46 +0200 |
parents | c88c8d59979f |
children | f92f8921a5cc |
line wrap: on
line source
#!/bin/sh # test command parsing and dispatch "$TESTDIR/hghave" no-outer-repo || exit 80 hg init a cd a echo a > a hg ci -Ama echo "# missing arg" hg cat echo '% [defaults]' hg cat a cat >> $HGRCPATH <<EOF [defaults] cat = -r null EOF hg cat a echo '% no repo' cd .. hg cat exit 0