##// END OF EJS Templates
util: check for compression engine availability before returning...
util: check for compression engine availability before returning If a requested compression engine is registered but not available, requesting it will now abort. To be honest, I'm not sure if this is the appropriate mechanism for handling optional compression engines. I won't know until all uses of compression (bundles, wire protocol, revlogs, etc) are using the new API and zstd (our planned optional engine) is implemented. So this API could change.
Gregory Szorc -
r30438:90933e4e default
Show More
Name Size Modified Last Commit Author
/ contrib / python-zstandard / tests
__init__.py Loading ...
common.py Loading ...
test_cffi.py Loading ...
test_compressor.py Loading ...
test_data_structures.py Loading ...
test_decompressor.py Loading ...
test_estimate_sizes.py Loading ...
test_module_attributes.py Loading ...
test_roundtrip.py Loading ...
test_train_dictionary.py Loading ...