tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Mon, 22 Jan 2007 20:22:25 -0800
changeset 4040 55578a8d7e84
parent 3990 96e21337dc03
child 4139 efe6f92c0847
permissions -rwxr-xr-x
mq: allow push if -r is given explicitly

#!/bin/sh

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

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

hg -q help help