Not likely to happen until Python supports it natively, as it does for bzip2 and
gzip. Until then, you can create uncompressed bundles and compress them with lzma.
It would be nice if |hg bundle| supported LZMA compression in addition to the
current options.
LZMA is now in the public domain (see http://en.wikipedia.org/wiki/Lzma ) and
generally compresses better than bzip2.
History
Date
User
Action
Args
2010-05-25 15:01:23
ThomasAH
set
status: chatting -> deferred nosy:
+ ThomasAH messages:
+ msg12672 title: Support LZMA compression for hg bundles -> Support xz/lzma compression for hg bundles