tests/test-hgrc
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 29 Mar 2006 22:58:34 +0200
changeset 2022 a59da8cc35e4
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
New option -i/--ignored for 'hg status' to show ignored files. localrepo.changes() now returns an additional list of ignored files if it is called with show_ignored=True.

#!/bin/sh

mkdir t
cd t
hg init
echo "invalid" > .hg/hgrc
hg status 2>&1 |sed -e "s:/.*\(/t/.*\):...\1:"