##// END OF EJS Templates
hgk: display branch name in diff header
hgk: display branch name in diff header

File last commit:

r4139:efe6f92c default
r5859:e0f86c1e 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