tests/test-bad-extension
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 21 Feb 2008 15:56:35 +0100
changeset 6155 ea161d648117
parent 4139 efe6f92c0847
child 6204 f8a86ea7521b
permissions -rwxr-xr-x
hgweb: no i18n in protocol responses

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