tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Thu, 30 Nov 2006 11:09:25 -0800
changeset 3724 ea523d6f5f1a
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
transplant: fix --continue; add --continue test

#!/bin/sh

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

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

hg -q help help