tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Sat, 10 Mar 2007 17:36:29 -0800
changeset 4176 fc12ac3755d5
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Test update to branch tip

#!/bin/sh

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

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

hg -q help help