view tests/test-bad-extension @ 3991:da3dc89f1e9a

Corrected synopsis for transplant.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 26 Dec 2006 15:42:40 +0100
parents 96e21337dc03
children efe6f92c0847
line wrap: on
line source

#!/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