test-bad-extension
11 lines
| 240 B
| text/plain
|
TextLexer
/ tests / test-bad-extension
Alexis S. L. Carvalho
|
r3014 | #!/bin/sh | ||
Alexis S. L. Carvalho
|
r4139 | echo 'raise Exception("bit bucket overflow")' > badext.py | ||
Alexis S. L. Carvalho
|
r3014 | abspath=`pwd`/badext.py | ||
echo '[extensions]' >> $HGRCPATH | ||||
Thomas Arendsen Hein
|
r3990 | echo "gpg =" >> $HGRCPATH | ||
echo "hgext.gpg =" >> $HGRCPATH | ||||
Alexis S. L. Carvalho
|
r3014 | echo "badext = $abspath" >> $HGRCPATH | ||
hg -q help help | ||||