##// END OF EJS Templates
load extensions only after the ui object has been completely initialized...
load extensions only after the ui object has been completely initialized This fixes a traceback printed when hg tries to print another traceback after an extension fails to be loaded. Add a test for that.

File last commit:

r3014:01454af6 default
r3014:01454af6 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