##// END OF EJS Templates
Merge with crew-stable
Merge with crew-stable

File last commit:

r3990:96e21337 default
r4134:9dc64c84 merge default
Show More
test-bad-extension
11 lines | 214 B | text/plain | TextLexer
#!/bin/sh
echo 'syntax error' > badext.py
abspath=`pwd`/badext.py
echo '[extensions]' >> $HGRCPATH
echo "gpg =" >> $HGRCPATH
echo "hgext.gpg =" >> $HGRCPATH
echo "badext = $abspath" >> $HGRCPATH
hg -q help help