tests/test-bad-extension
author Eric Hopper <hopper@omnifarious.org>
Wed, 18 Oct 2006 02:14:26 -0500
changeset 3449 c8686e3f0291
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Testing the new changegroupsubset remote function in the ssh and http protocols.

#!/bin/sh

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

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

hg -q help help