tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Wed, 11 Oct 2006 12:02:06 -0700
changeset 3334 534806df5b5a
parent 3014 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Test case for bdiff on buffer objects

#!/bin/sh

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

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

hg -q help help