##// END OF EJS Templates
Push over HTTP: really tell the user the size of the bundle
Push over HTTP: really tell the user the size of the bundle

File last commit:

r4139:efe6f92c default
r5333:6e6a00a7 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