tests/test-bad-extension
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 26 Dec 2006 03:27:24 +0100
changeset 3979 e0d13267f7a4
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
hgk: use contexts

#!/bin/sh

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

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

hg -q help help