sapling/tests/test-hgrc
Thomas Arendsen Hein 3019bb7a0b Kill trailing spaces
2007-06-21 09:25:49 +02:00

8 lines
105 B
Bash
Executable File

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