tests/test-bad-extension
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 01 Nov 2006 17:56:55 +0100
changeset 3607 f4c9bb4ad7b1
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
issue352: disallow '\n' and '\r' in filenames (dirstate and manifest)

#!/bin/sh

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

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

hg -q help help