##// END OF EJS Templates
Test qtop breaking when series ends with guarded patches.
Test qtop breaking when series ends with guarded patches.

File last commit:

r4139:efe6f92c default
r4405:83696720 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