tests/test-bad-extension
author John Goerzen <jgoerzen@complete.org>
Mon, 26 Mar 2007 20:46:49 -0500
changeset 4283 8625504f507c
parent 4139 efe6f92c0847
permissions -rwxr-xr-x
Slight refining to help text in patchbomb.py

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