Mercurial > hg
view tests/test-dispatch @ 12121:8f258dd4ed02
tests: unify test-rebuildstate
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Mon, 30 Aug 2010 18:47:02 +0900 |
parents | 21984c1c83d4 |
children |
line wrap: on
line source
#!/bin/sh # test command parsing and dispatch "$TESTDIR/hghave" no-outer-repo || exit 80 dir=`pwd` 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 $dir hg cat exit 0