##// END OF EJS Templates
bundle2: allow compression options to be passed to compressor...
bundle2: allow compression options to be passed to compressor Compression engines allow options to be passed to them to control behavior. This patch exposes an argument to bundle2.writebundle() that passes options to the compression engine when writing compressed bundles. The argument is honored for both bundle1 and bundle2, the latter requiring a bit of plumbing to pass the value around.
Gregory Szorc -
r30757:511a4bf5 default
Show More