tests/test-bad-extension
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 18 Oct 2006 10:35:14 +0200
changeset 3451 196baf20232b
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Add test for invalid branch cache (fixed by 27ebe4efe98e)

#!/bin/sh

echo 'syntax error' > badext.py
abspath=`pwd`/badext.py

echo '[extensions]' >> $HGRCPATH
echo "badext = $abspath" >> $HGRCPATH

hg -q help help