tests/test-bad-extension
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Sun, 10 Sep 2006 19:15:08 -0300
changeset 3075 baa3873eb387
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
don't let lazyparser read more data than it can handle This should fix issue368.

#!/bin/sh

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

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

hg -q help help