tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Tue, 10 Oct 2006 10:28:20 -0700
changeset 3325 e6353b7b102a
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
NWI base URL detection fixes

#!/bin/sh

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

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

hg -q help help