tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Mon, 02 Oct 2006 17:37:57 -0700
changeset 3236 a63be0dfa42e
parent 3014 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Move raw theme into subdirectory

#!/bin/sh

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

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

hg -q help help