view tests/test-bad-extension @ 3615:1d2fdea875bc

Fixed directory name having an extra dot on "hg archive -t tbz2 foo.tbz2". Problem reported by Rob Landley.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 02 Nov 2006 19:23:55 +0100
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