tests/test-bad-extension
author Matt Mackall <mpm@selenic.com>
Tue, 17 Oct 2006 18:31:18 -0500
changeset 3432 028fff46a4ac
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Add branchtags function with cache - cache stores tipmost node and rev and node,label pairs - if cache is out of date, scan new changesets - write new cache out after scan

#!/bin/sh

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

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

hg -q help help