tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Wed, 18 Oct 2006 10:37:34 -0700
changeset 3459 ba3a96750de0
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
mq: test case for issue399

#!/bin/sh

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

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

hg -q help help