tests/test-bad-extension
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Sun, 10 Dec 2006 20:35:28 -0200
changeset 3862 46abbed02b2d
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Use UTF-8 in .hg/branch

#!/bin/sh

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

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

hg -q help help