tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Thu, 12 Oct 2006 14:19:34 -0700
changeset 3374 b9a7c07fca0e
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Update test-mq-qdelete to use qdel -r

#!/bin/sh

echo 'syntax error' > badext.py
abspath=`pwd`/badext.py

echo '[extensions]' >> $HGRCPATH
echo "badext = $abspath" >> $HGRCPATH

hg -q help help