tests/test-bad-extension
author Giorgos Keramidas <keramida@ceid.upatras.gr>
Wed, 20 Sep 2006 21:44:35 +0200
changeset 3129 f01efb4bc258
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
tests: add new test; test-mq-qrefresh

#!/bin/sh

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

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

hg -q help help