tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Thu, 05 Oct 2006 15:36:53 -0700
changeset 3273 e0cd1b98bf8d
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
hgweb: be more conservative about expanding SCRIPT_NAME

#!/bin/sh

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

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

hg -q help help