##// END OF EJS Templates
Back out trusted hgrc change for now...
Back out trusted hgrc change for now Backed out changeset 494521a3f1425

File last commit:

r1473:7d66ce98 default
r3098:c27d1e17 default
Show More
test-hgrc
7 lines | 106 B | text/plain | TextLexer
#!/bin/sh
mkdir t
cd t
hg init
echo "invalid" > .hg/hgrc
hg status 2>&1 |sed -e "s:/.*\(/t/.*\):...\1:"