tests/test-bad-extension
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 30 Sep 2006 12:34:31 +0200
changeset 3209 9e8dd6114a4e
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
merged brendan's hgweb cleanups

#!/bin/sh

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

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

hg -q help help