tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Tue, 19 Dec 2006 17:14:45 -0800
changeset 3936 8eccfce0ab5e
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
hgweb: simple tests

#!/bin/sh

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

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

hg -q help help