tests/test-bad-extension
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 29 Oct 2006 10:53:51 +0100
changeset 3578 3b4e00cba57a
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Define and use nullrev (revision of nullid) instead of -1.

#!/bin/sh

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

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

hg -q help help