tests/test-bad-extension
author Matt Mackall <mpm@selenic.com>
Tue, 27 Feb 2007 16:47:16 -0600
changeset 4118 bb70d5fa02ae
parent 3990 96e21337dc03
child 4139 efe6f92c0847
permissions -rwxr-xr-x
Merge with stable

#!/bin/sh

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

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

hg -q help help