##// END OF EJS Templates
replace old-http:// syntax by static-http:// and deprecate the redundant hg://
replace old-http:// syntax by static-http:// and deprecate the redundant hg://

File last commit:

r1473:7d66ce98 default
r2431:d90a9d7c 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:"