tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Fri, 22 Dec 2006 16:29:35 -0800
changeset 3953 a8eb050c6489
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Make test-manifest-merging less likely to delete the whole filesystem

#!/bin/sh

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

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

hg -q help help