tests/test-bad-extension
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 26 Dec 2006 20:08:09 +0100
changeset 3993 04d919cdf263
parent 3990 96e21337dc03
child 4139 efe6f92c0847
permissions -rwxr-xr-x
expanded bash_completion for transplant extension

#!/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