tests/test-bad-extension
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 10 Dec 2006 00:06:59 +0100
changeset 3851 8f18e31c4441
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
add "requires" file to the repo, specifying the requirements

#!/bin/sh

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

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

hg -q help help