tests/test-bad-extension
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 20 Sep 2006 22:26:47 +0200
changeset 3140 1eb50c9d2649
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
manifest.py: remove unnecessary method

#!/bin/sh

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

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

hg -q help help