##// END OF EJS Templates
revlog.py: fix/tweak read ahead code in lazyparser
revlog.py: fix/tweak read ahead code in lazyparser

File last commit:

r4139:efe6f92c default
r4314:43dedce9 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