##// END OF EJS Templates
Make compression more intelligent:...
Make compression more intelligent: - we don't attempt to compress things under 44 bytes (empirical) - we check whether larger objects actually compress - we tag objects to indicate their compression NUL means uncompressed and starts with NUL x means gzipped and starts with x (handy) u means uncompressed, drop the u
mpm@selenic.com -
r112:aea6562a default
Show More
Name Size Modified Last Commit Author
/ mercurial
__init__.py Loading ...
byterange.py Loading ...
fancyopts.py Loading ...
hg.py Loading ...
mdiff.py Loading ...
mpatch.c Loading ...
revlog.py Loading ...
transaction.py Loading ...