tests/test-bad-extension
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 06 Mar 2007 12:52:07 +0100
changeset 4156 30857b5779f8
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Fix help text for hg status -i

#!/bin/sh

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

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

hg -q help help