tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Fri, 13 Oct 2006 09:58:55 -0700
changeset 3382 c7c6f1a45348
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Test case for log --copies on non-linear manifests (issue391)

#!/bin/sh

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

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

hg -q help help