tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Thu, 26 Jul 2007 10:42:44 -0700
changeset 4998 b6c3abdbe0eb
parent 4139 efe6f92c0847
permissions -rwxr-xr-x
convert: urlify svn repos if necessary. We should also try to extract the URL from an svn working directory.

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