tests/test-bad-extension
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 26 Jun 2007 15:28:17 +0200
changeset 4726 f6e961c0155b
parent 4139 efe6f92c0847
permissions -rwxr-xr-x
Fix and test 'hg backout' without or with too many revisions.

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