tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Wed, 30 Aug 2006 12:55:10 -0700
changeset 3051 51b7f792e473
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Detect git patches in patchbomb makepatch function

#!/bin/sh

echo 'syntax error' > badext.py
abspath=`pwd`/badext.py

echo '[extensions]' >> $HGRCPATH
echo "badext = $abspath" >> $HGRCPATH

hg -q help help