Mercurial > public > mercurial-scm > hg-stable
view tests/test-dispatch @ 8436:62b9cf446cbf
contrib/win32: fix HTML tag nesting
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 16 May 2009 08:22:30 +0200 |
parents | 6c82beaaa11a |
children | c88c8d59979f |
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 = -v EOF hg cat a echo '% no repo' cd .. hg cat exit 0