tests/test-bad-extension
author Patrick Mezard <pmezard@gmail.com>
Sun, 17 Jun 2007 19:40:02 +0200
changeset 4596 8e37342cb05d
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
patchbomb: flush ui before delegating to pager.

#!/bin/sh

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

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

hg -q help help