tests/test-bad-extension
author Stephen Darnell <stephen@darnell.plus.com>
Tue, 26 Sep 2006 00:05:24 +0100
changeset 3192 096f1c73cdc3
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Add -D/--nodates options to hg diff/export that removes dates from diff headers and replace uses of sed in the tests with --nodates.

#!/bin/sh

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

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

hg -q help help