tests/test-bad-extension
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 14 Dec 2006 19:30:18 +0100
changeset 3883 6081b4c68baf
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Corrected synopsis for many commands. Use CMD instead of FILE for -e and --remotecmd (thanks, Neal Becker)

#!/bin/sh

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

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

hg -q help help