tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Wed, 13 Sep 2006 13:50:28 -0700
changeset 3092 d0fcce3728d1
parent 3014 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
hgk: add revision numbers

#!/bin/sh

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

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

hg -q help help