tests/test-bad-extension
author Brendan Cully <brendan@kublai.com>
Thu, 14 Sep 2006 15:35:55 +0200
changeset 3085 dc784839516d
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
mq: add qdelete --forget option This removes an applied patch from the series and status files without popping it. It is useful when an mq patch has been applied upstream.

#!/bin/sh

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

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

hg -q help help