tests/test-bad-extension
author Matt Mackall <mpm@selenic.com>
Wed, 15 Aug 2007 16:09:50 -0500
changeset 5182 012dbf88b9b2
parent 4139 efe6f92c0847
permissions -rwxr-xr-x
remove unneeded imports of mdiff

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