tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Sun, 17 Dec 2006 18:34:42 -0800
changeset 3923 de6ae8f016af
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
demandimport: handle already-loaded nested modules in subload

#!/bin/sh

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

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

hg -q help help