tests/test-bad-extension
author Matt Mackall <mpm@selenic.com>
Wed, 15 Aug 2007 15:30:33 -0500
changeset 5176 0edea751bbb2
parent 4139 efe6f92c0847
permissions -rwxr-xr-x
test-grep: use lowercase hg command

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