tests/test-bad-extension
author Matt Mackall <mpm@selenic.com>
Thu, 21 Jun 2007 11:54:11 -0500
changeset 4665 091c9e54d306
parent 4139 efe6f92c0847
permissions -rwxr-xr-x
identify: accept a revision argument

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