tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Fri, 29 Sep 2006 13:01:19 -0700
changeset 3190 e18c3d08528d
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Show copies in hg log. The format is: copies: destination (source)...

#!/bin/sh

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

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

hg -q help help