tests/test-bad-extension
author Matt Mackall <mpm@selenic.com>
Wed, 15 Nov 2006 15:51:58 -0600
changeset 3659 025f68f22ae2
parent 3014 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
move write_bundle to changegroup.py

#!/bin/sh

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

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

hg -q help help