tests/test-bad-extension
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 08 Sep 2006 10:01:45 +0200
changeset 3070 24c1db20990c
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Include section name and parameter name (if available) in config errors. Added tests for this.

#!/bin/sh

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

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

hg -q help help