tests/test-bad-extension
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 07 Jun 2007 22:28:52 +0200
changeset 4519 5a9e767c2908
parent 4139 efe6f92c0847
permissions -rwxr-xr-x
Include convert extension in packages setup (reported by Christian Ebert and Eric Hopper)

#!/bin/sh

echo 'raise Exception("bit bucket overflow")' > badext.py
abspath=`pwd`/badext.py

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

hg -q help help