tests/test-bad-extension
author Daniel Holth <dholth@fastmail.fm>
Sun, 01 Jul 2007 23:56:11 +0200
changeset 4765 b6a1f2c46c6c
parent 4139 efe6f92c0847
child 6204 f8a86ea7521b
permissions -rwxr-xr-x
convert extension: Add SVN converter

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