view tests/test-hgrc @ 4155:4c714ed245d6

purge.py: fix invocation of statwalk
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Tue, 06 Mar 2007 17:45:50 -0300
parents 7d66ce9895fa
children 7a7d4937272b
line wrap: on
line source

#!/bin/sh

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