##// END OF EJS Templates
make the output of test-locate more readable
make the output of test-locate more readable

File last commit:

r4139:efe6f92c default
r4234:fe0c0a31 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