view tests/test-bad-extension @ 4242:e1cdf5f6386e

Fixed synopsis for some mq commands
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 18 Mar 2007 20:39:25 +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