##// END OF EJS Templates
Add missing test output
Add missing test output

File last commit:

r3014:01454af6 default
r3735:205f0fd4 default
Show More
test-bad-extension
9 lines | 156 B | text/plain | TextLexer
#!/bin/sh
echo 'syntax error' > badext.py
abspath=`pwd`/badext.py
echo '[extensions]' >> $HGRCPATH
echo "badext = $abspath" >> $HGRCPATH
hg -q help help