tests/test-bad-extension
author Stephen Darnell <stephen@darnell.plus.com>
Thu, 28 Sep 2006 21:00:01 +0100
changeset 3193 367a009c2acb
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Remove single character equivalent of --nodates (was -D)

#!/bin/sh

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

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

hg -q help help