tests/test-bad-extension
author Matt Mackall <mpm@selenic.com>
Mon, 11 Jun 2007 21:09:23 -0500
changeset 4541 3f4555babe74
parent 4139 efe6f92c0847
permissions -rwxr-xr-x
localrepo: break out the repo-finding walk into its own function

#!/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