tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Sun, 15 Oct 2006 20:57:30 -0700
changeset 3405 2e1d8b238b6c
parent 3014 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Test annotate using named rev instead of linkrev

#!/bin/sh

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

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

hg -q help help