tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Thu, 19 Oct 2006 16:15:01 -0700
changeset 3477 9fab252a7545
parent 3014 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
gitweb: add revision numbers to annotate changeset links

#!/bin/sh

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

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

hg -q help help