tests/test-hgrc
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 01 Apr 2006 23:57:24 +0200
changeset 2035 107dc72880f8
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
Make 'hg tags -q' only list tag names without revision numbers and hashes, and change bash_completion to use this.

#!/bin/sh

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