tests/test-bad-extension
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 12 Dec 2006 19:11:01 +0100
changeset 3873 a41b01a3c29f
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Fix test output for test-mq-guards (changed by 22d18051f9e5)

#!/bin/sh

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

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

hg -q help help