tests/test-bad-extension
author Matt Mackall <mpm@selenic.com>
Tue, 09 Oct 2007 17:22:38 -0500
changeset 5439 bfbd9b954315
parent 4139 efe6f92c0847
permissions -rwxr-xr-x
mq: clarify queue top message

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