sapling/tests/test-bad-extension
Alexis S. L. Carvalho d6f4e70b38 test-bad-extension: avoid printing the file name
This should make it simpler on windows
2007-03-04 14:09:29 -03:00

12 lines
240 B
Bash
Executable File

#!/bin/sh
echo 'raise Exception("bit bucket overflow")' > badext.py
abspath=`pwd`/badext.py
echo '[extensions]' >> $HGRCPATH
echo "gpg =" >> $HGRCPATH
echo "hgext.gpg =" >> $HGRCPATH
echo "badext = $abspath" >> $HGRCPATH
hg -q help help