##// END OF EJS Templates
changegroup: avoid large copies...
changegroup: avoid large copies - handle chunk headers separately rather than prepending them to (potentially large) chunks - break large chunks into 1M pieces for compression - don't prepend file metadata onto (potentially large) file data

File last commit:

r3934:d0bbd8ee default
r5368:61462e7d default
Show More
README
7 lines | 158 B | text/plain | TextLexer
To run the tests, do:
cd tests/
python run-tests.py
See http://www.selenic.com/mercurial/wiki/index.cgi/WritingTests for
more information on writing tests.