tests/test-bad-extension
author Jose M. Prieto <jmprieto@gmx.net>
Tue, 03 Oct 2006 12:33:14 +0200
changeset 3250 e96d2956eb4a
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
util.strdate: compute timestamp using UTC, not local timezone

#!/bin/sh

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

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

hg -q help help