view tests/test-bad-extension @ 3805:248a952c0d17

zsh: remove deprecated -f option for hg update
author Steve Borho <steve@borho.org>
date Tue, 05 Dec 2006 21:30:04 -0600
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