view tests/test-bad-extension @ 4387:80d3f6f0d8e5

hg serve: don't do DNS lookups
author Matt Mackall <mpm@selenic.com>
date Wed, 25 Apr 2007 13:35:18 -0500
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