tests/test-bad-extension
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 06 Sep 2006 02:15:33 +0200
changeset 3061 fe5c92529d1c
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
hgk.py: fix warnings from pychecker - unused variables - usage of undefined variables (opts and filterfiles)

#!/bin/sh

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

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

hg -q help help