tests/test-bad-extension
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 06 Jun 2007 19:06:43 +0200
changeset 4511 1d46169ec197
parent 4139 efe6f92c0847
permissions -rwxr-xr-x
Fixed test output for changed glog (. instead of @)

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