tests/test-bad-extension
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 29 Dec 2006 04:22:31 +0100
changeset 4011 15955d84bc68
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
add [diff] section to hgrc documentation

#!/bin/sh

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

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

hg -q help help