view tests/test-bad-extension @ 4132:0d94e4a3ddb4

Close keepalive connections to fix server traceback
author Andrei Vermel <avermel@mail.ru>
date Mon, 19 Feb 2007 12:38:58 +0300
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