view tests/test-bad-extension @ 4641:54b735135fd3

Document empty environment variables not being passed to hooks under Windows.
author Patrick Mezard <pmezard@gmail.com>
date Wed, 20 Jun 2007 21:35:41 +0200
parents 01454af644b8
children 96e21337dc03
line wrap: on
line source

#!/bin/sh

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

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

hg -q help help