##// END OF EJS Templates
dispatch: add generic pre- and post-command hooks
dispatch: add generic pre- and post-command hooks

File last commit:

r4139:efe6f92c default
r4630:e6d105a5 default
Show More
test-bad-extension
11 lines | 240 B | text/plain | TextLexer
#!/bin/sh
echo 'raise Exception("bit bucket overflow")' > badext.py
abspath=`pwd`/badext.py
echo '[extensions]' >> $HGRCPATH
echo "gpg =" >> $HGRCPATH
echo "hgext.gpg =" >> $HGRCPATH
echo "badext = $abspath" >> $HGRCPATH
hg -q help help