tests/test-bad-extension
author Matt Mackall <mpm@selenic.com>
Fri, 27 Oct 2006 12:09:33 -0500
changeset 3565 549cb7b640fb
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Simplify ignore logic in dirstate.walk - kill blockignore hack - pull pconvert out of imatch - skip imatch when not ignoring

#!/bin/sh

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

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

hg -q help help