tests/test-dispatch
author Matt Mackall <mpm@selenic.com>
Mon, 18 Jun 2007 13:24:34 -0500
changeset 4610 b43f17691ae6
parent 4561 8044be585b91
child 4622 6fc26982f203
permissions -rwxr-xr-x
dirstate: move ignore to its own file

#!/bin/sh
# test command parsing and dispatch

hg init a
cd a
echo a > a
hg ci -Ama -d '0 0'

echo '% [defaults]'
hg cat a
cat > $HGRCPATH <<EOF
[defaults]
cat = -v
EOF
hg cat a