tests/test-bad-extension
author Christian Ebert <blacktrash@gmx.net>
Mon, 10 Dec 2007 00:35:04 +0000
changeset 5661 ba40e267762b
parent 4139 efe6f92c0847
child 6204 f8a86ea7521b
permissions -rwxr-xr-x
Remove spurious escape attempt in hg.1.txt

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