tests/test-bad-extension
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 05 Dec 2006 23:25:28 +0100
changeset 3797 2aef481ac73c
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Don't report an error when closing heads during local push (issue387)

#!/bin/sh

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

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

hg -q help help