view tests/test-bad-extension @ 4595:f7f2bd7f981d

test-patchbomb: fix non-existing --date parameter and filtering regexps.
author Patrick Mezard <pmezard@gmail.com>
date Sun, 17 Jun 2007 19:39:47 +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