##// END OF EJS Templates
fix calculation of new heads added during push with -r...
fix calculation of new heads added during push with -r fix issue450

File last commit:

r1473:7d66ce98 default
r3923:27230c29 0.9.3 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:"