tests/test-bad-extension
author Eric Hopper <hopper@omnifarious.org>
Sat, 09 Sep 2006 18:25:07 -0700
changeset 3448 6ca49c5fe268
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Stop erroring out pull -r and clone -r if repository isn't local.

#!/bin/sh

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

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

hg -q help help