tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Wed, 27 Sep 2006 14:32:53 -0700
changeset 3184 87b7ae306d54
parent 3014 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
mq: bail out if a patch appears more than once in the series file. Closes: #379.

#!/bin/sh

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

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

hg -q help help