tests/test-bad-extension
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 24 Dec 2006 22:29:29 +0100
changeset 3961 a4edadd807dd
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
fix tab vs space

#!/bin/sh

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

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

hg -q help help