tests/test-bad-extension
author Steve Borho <steve@ageia.com>
Tue, 02 Oct 2007 20:22:33 +0200
changeset 5350 1df76921aab3
parent 4139 efe6f92c0847
permissions -rwxr-xr-x
set_exec: do not chmod a symlink

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