tests/test-bad-extension
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 24 Dec 2006 22:55:34 +0100
changeset 3962 2b8825c94c5a
parent 3014 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
add date attribute to workingfilectx

#!/bin/sh

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

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

hg -q help help