##// END OF EJS Templates
Revert almost all of 5be434785317; add a test...
Revert almost all of 5be434785317; add a test Because of file copies, we should update the manifest dict only after committing all files.

File last commit:

r1473:7d66ce98 default
r3675:6990e499 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:"