##// 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:

r5066:167c422c default
r5368:61462e7d default
Show More
test-doctest.py
9 lines | 174 B | text/x-python | PythonLexer
import doctest
import mercurial.changelog
# test doctest from changelog
doctest.testmod(mercurial.changelog)
import mercurial.httprepo
doctest.testmod(mercurial.httprepo)