view tests/test-bad-extension @ 3873:a41b01a3c29f

Fix test output for test-mq-guards (changed by 22d18051f9e5)
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 12 Dec 2006 19:11:01 +0100
parents 01454af644b8
children 96e21337dc03
line wrap: on
line source

#!/bin/sh

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

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

hg -q help help